Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1303 CanQualType getDecayedType(CanQualType T) const { in getDecayedType() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3251 QualType ASTContext::getDecayedType(QualType T) const { in getDecayedType() function in ASTContext