Searched defs:getDecayedType (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTContext.h | 1353 CanQualType getDecayedType(CanQualType T) const { getDecayedType() function |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | ASTContext.cpp | 3316 QualType ASTContext::getDecayedType(QualType Orig, QualType Decayed) const { getDecayedType() function in ASTContext |