Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DVirtualNearMissCheck.cpp124 static QualType getDecayedType(QualType Type) { in getDecayedType() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1366 CanQualType getDecayedType(CanQualType T) const { in getDecayedType() function
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp3332 QualType ASTContext::getDecayedType(QualType T) const { in getDecayedType() function in ASTContext