Home
last modified time | relevance | path

Searched refs:VisitPointerType (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTNodeTraverser.h345 void VisitPointerType(const PointerType *T) { Visit(T->getPointeeType()); } in VisitPointerType() function
/llvm-project-15.0.7/clang/lib/AST/
H A DODRHash.cpp978 void VisitPointerType(const PointerType *T) { in VisitPointerType() function in __anonfecede4a0211::ODRTypeVisitor
H A DType.cpp898 QualType VisitPointerType(const PointerType *T) { in VisitPointerType() function
1818 Type *VisitPointerType(const PointerType *T) { in VisitPointerType() function in __anonac0403630211::GetContainedDeducedTypeVisitor
H A DASTImporter.cpp377 ExpectedType VisitPointerType(const PointerType *T);
1157 ExpectedType ASTNodeImporter::VisitPointerType(const PointerType *T) { in VisitPointerType() function in ASTNodeImporter
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2290 TemplateTypeParmDecl *VisitPointerType(const PointerType *T) { in VisitPointerType() function
H A DSemaTemplate.cpp6026 bool UnnamedLocalNoLinkageFinder::VisitPointerType(const PointerType* T) { in VisitPointerType() function in UnnamedLocalNoLinkageFinder