Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTNodeTraverser.h321 void VisitPointerType(const PointerType *T) { Visit(T->getPointeeType()); } in VisitPointerType() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DODRHash.cpp977 void VisitPointerType(const PointerType *T) { in VisitPointerType() function in __anon79b649e50211::ODRTypeVisitor
H A DType.cpp892 QualType VisitPointerType(const PointerType *T) { in VisitPointerType() function
1809 Type *VisitPointerType(const PointerType *T) { in VisitPointerType() function in __anon1b829cde0211::GetContainedDeducedTypeVisitor
H A DASTImporter.cpp1102 ExpectedType ASTNodeImporter::VisitPointerType(const PointerType *T) { in VisitPointerType() function in ASTNodeImporter
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2252 TemplateTypeParmDecl *VisitPointerType(const PointerType *T) { in VisitPointerType() function
H A DSemaTemplate.cpp5964 bool UnnamedLocalNoLinkageFinder::VisitPointerType(const PointerType* T) { in VisitPointerType() function in UnnamedLocalNoLinkageFinder