Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1243 CanQualType getDecayedType(CanQualType T) const { in getDecayedType() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp2894 QualType ASTContext::getDecayedType(QualType T) const { in getDecayedType() function in ASTContext