Searched defs:VisitAdjustedType (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTNodeTraverser.h | 413 void VisitAdjustedType(const AdjustedType *T) { Visit(T->getOriginalType()); } VisitAdjustedType() function |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | ODRHash.cpp | 924 void VisitAdjustedType(const AdjustedType *T) { VisitAdjustedType() function in __anon4baa67ec0211::ODRTypeVisitor |
H A D | Type.cpp | 1937 Type *VisitAdjustedType(const AdjustedType *T) { VisitAdjustedType() function in __anon7f2920450211::GetContainedDeducedTypeVisitor |
H A D | ASTImporter.cpp | 1707 ExpectedType clang::ASTNodeImporter::VisitAdjustedType(const AdjustedType *T) { VisitAdjustedType() function in clang::ASTNodeImporter |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaTemplateInstantiate.cpp | 2840 TemplateTypeParmDecl *VisitAdjustedType(const AdjustedType *T) { VisitAdjustedType() function |