OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getCanonicalParamType
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp
381
static QualType
getCanonicalParamType
(ASTContext &C, QualType T) {
384
getCanonicalParamType
(C, T.getNonReferenceType()),
387
return C.getPointerType(
getCanonicalParamType
(C, T->getPointeeType()));
390
return
getCanonicalParamType
(C, VLA->getElementType());
394
return C.
getCanonicalParamType
(T);
478
ArgType =
getCanonicalParamType
(Ctx, ArgType);
CGStmtOpenMP.cpp
381
static QualType
getCanonicalParamType
(ASTContext &C, QualType T) {
384
getCanonicalParamType
(C, T.getNonReferenceType()),
387
return C.getPointerType(
getCanonicalParamType
(C, T->getPointeeType()));
390
return
getCanonicalParamType
(C, VLA->getElementType());
394
return C.
getCanonicalParamType
(T);
478
ArgType =
getCanonicalParamType
(Ctx, ArgType);
CGStmtOpenMP.cpp
381
static QualType
getCanonicalParamType
(ASTContext &C, QualType T) {
384
getCanonicalParamType
(C, T.getNonReferenceType()),
387
return C.getPointerType(
getCanonicalParamType
(C, T->getPointeeType()));
390
return
getCanonicalParamType
(C, VLA->getElementType());
394
return C.
getCanonicalParamType
(T);
478
ArgType =
getCanonicalParamType
(Ctx, ArgType);
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
4302
CanonicalArgs.push_back(
getCanonicalParamType
(ArgArray[i]));
5694
CanQualType ASTContext::
getCanonicalParamType
(QualType T) const {
ASTContext.cpp
4302
CanonicalArgs.push_back(
getCanonicalParamType
(ArgArray[i]));
5694
CanQualType ASTContext::
getCanonicalParamType
(QualType T) const {
ASTContext.cpp
4302
CanonicalArgs.push_back(
getCanonicalParamType
(ArgArray[i]));
5694
CanQualType ASTContext::
getCanonicalParamType
(QualType T) const {
Completed in 93 milliseconds
Indexes created Sat Jul 18 00:24:37 UTC 2026