Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h456 void VisitAdjustedType(const AdjustedType *T) { Visit(T->getOriginalType()); } in VisitAdjustedType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp937 void VisitAdjustedType(const AdjustedType *T) { in VisitAdjustedType() function in __anonb4317f1a0211::ODRTypeVisitor
H A DType.cpp2000 Type *VisitAdjustedType(const AdjustedType *T) { in VisitAdjustedType() function in __anon1a6dd6330311::GetContainedDeducedTypeVisitor
H A DASTImporter.cpp1755 ExpectedType clang::ASTNodeImporter::VisitAdjustedType(const AdjustedType *T) { in VisitAdjustedType() function in clang::ASTNodeImporter
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3025 TemplateTypeParmDecl *VisitAdjustedType(const AdjustedType *T) { in VisitAdjustedType() function