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