Searched defs:getDecayedType (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ | ||
H A D | VirtualNearMissCheck.cpp | 122 static QualType getDecayedType(QualType Type) { in getDecayedType() function |
/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTContext.h | 1399 CanQualType getDecayedType(CanQualType T) const { getDecayedType() function |
/llvm-project/clang/lib/AST/ | ||
H A D | ASTContext.cpp | 3409 QualType ASTContext::getDecayedType(QualType Orig, QualType Decayed) const { getDecayedType() function in ASTContext |