Searched defs:VisitPointerType (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h301 void VisitPointerType(const PointerType *T) { Visit(T->getPointeeType()); } function in class:clang::ASTNodeTraverser
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp977 void VisitPointerType(const PointerType *T) { function in class:__anon2736::ODRTypeVisitor
H A DType.cpp837 QualType VisitPointerType(const PointerType *T) { function in struct:__anon2747::SimpleTransformVisitor
1746 Type *VisitPointerType(const PointerType *T) { function in class:__anon2748::GetContainedDeducedTypeVisitor
H A DASTImporter.cpp1098 ExpectedType ASTNodeImporter::VisitPointerType(const PointerType *T) { function in class:ASTNodeImporter
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp5783 bool UnnamedLocalNoLinkageFinder::VisitPointerType(const PointerType* T) { function in class:UnnamedLocalNoLinkageFinder

Completed in 207 milliseconds