Home
last modified time | relevance | path

Searched defs:VisitAdjustedType (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTNodeTraverser.h382 void VisitAdjustedType(const AdjustedType *T) { Visit(T->getOriginalType()); } in VisitAdjustedType() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DODRHash.cpp761 void VisitAdjustedType(const AdjustedType *T) { in VisitAdjustedType() function in __anon79b649e50211::ODRTypeVisitor
H A DType.cpp1868 Type *VisitAdjustedType(const AdjustedType *T) { in VisitAdjustedType() function in __anon1b829cde0211::GetContainedDeducedTypeVisitor
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2301 TemplateTypeParmDecl *VisitAdjustedType(const AdjustedType *T) { in VisitAdjustedType() function