Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h413 void VisitAdjustedType(const AdjustedType *T) { Visit(T->getOriginalType()); } VisitAdjustedType() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp924 void VisitAdjustedType(const AdjustedType *T) { VisitAdjustedType() function in __anon4baa67ec0211::ODRTypeVisitor
H A DType.cpp1937 Type *VisitAdjustedType(const AdjustedType *T) { VisitAdjustedType() function in __anon7f2920450211::GetContainedDeducedTypeVisitor
H A DASTImporter.cpp1707 ExpectedType clang::ASTNodeImporter::VisitAdjustedType(const AdjustedType *T) { VisitAdjustedType() function in clang::ASTNodeImporter
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2840 TemplateTypeParmDecl *VisitAdjustedType(const AdjustedType *T) { VisitAdjustedType() function