Searched defs:VisitAdjustedType (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTNodeTraverser.h | 456 void VisitAdjustedType(const AdjustedType *T) { Visit(T->getOriginalType()); } in VisitAdjustedType() function |
/freebsd/contrib/llvm-project/clang/lib/AST/ | ||
H A D | ODRHash.cpp | 937 void VisitAdjustedType(const AdjustedType *T) { in VisitAdjustedType() function in __anonb4317f1a0211::ODRTypeVisitor |
H A D | Type.cpp | 2000 Type *VisitAdjustedType(const AdjustedType *T) { in VisitAdjustedType() function in __anon1a6dd6330311::GetContainedDeducedTypeVisitor |
H A D | ASTImporter.cpp | 1755 ExpectedType clang::ASTNodeImporter::VisitAdjustedType(const AdjustedType *T) { in VisitAdjustedType() function in clang::ASTNodeImporter |
/freebsd/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaTemplateInstantiate.cpp | 3025 TemplateTypeParmDecl *VisitAdjustedType(const AdjustedType *T) { in VisitAdjustedType() function |