Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DVirtualNearMissCheck.cpp122 static QualType getDecayedType(QualType Type) { in getDecayedType() function
/llvm-project/clang/include/clang/AST/
H A DASTContext.h1399 CanQualType getDecayedType(CanQualType T) const { getDecayedType() function
/llvm-project/clang/lib/AST/
H A DASTContext.cpp3409 QualType ASTContext::getDecayedType(QualType Orig, QualType Decayed) const { getDecayedType() function in ASTContext
3429 QualType ASTContext::getDecayedType(QualType T) const { getDecayedType() function in ASTContext