Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h345 void VisitPointerType(const PointerType *T) { Visit(T->getPointeeType()); } in VisitPointerType() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp977 void VisitPointerType(const PointerType *T) { in VisitPointerType() function in __anonb1d94ece0211::ODRTypeVisitor
H A DType.cpp892 QualType VisitPointerType(const PointerType *T) { in VisitPointerType() function
1812 Type *VisitPointerType(const PointerType *T) { in VisitPointerType() function in __anond6dca2670211::GetContainedDeducedTypeVisitor
H A DASTImporter.cpp353 ExpectedType VisitPointerType(const PointerType *T);
1120 ExpectedType ASTNodeImporter::VisitPointerType(const PointerType *T) { in VisitPointerType() function in ASTNodeImporter
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2251 TemplateTypeParmDecl *VisitPointerType(const PointerType *T) { in VisitPointerType() function
H A DSemaTemplate.cpp5964 bool UnnamedLocalNoLinkageFinder::VisitPointerType(const PointerType* T) { in VisitPointerType() function in UnnamedLocalNoLinkageFinder