Home
last modified time | relevance | path

Searched defs:getCanonicalParamType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp413 static QualType getCanonicalParamType(ASTContext &C, QualType T) { in getCanonicalParamType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6420 CanQualType ASTContext::getCanonicalParamType(QualType T) const { in getCanonicalParamType() function in ASTContext