Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1258 CanQualType getDecayedType(CanQualType T) const { in getDecayedType() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3236 QualType ASTContext::getDecayedType(QualType T) const { in getDecayedType() function in ASTContext