Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1353 CanQualType getDecayedType(CanQualType T) const { in getDecayedType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3316 QualType ASTContext::getDecayedType(QualType Orig, QualType Decayed) const { in getDecayedType() function in ASTContext
3336 QualType ASTContext::getDecayedType(QualType T) const { in getDecayedType() function in ASTContext