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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h308 void VisitPointerType(const PointerType *T) { Visit(T->getPointeeType()); } function in class:clang::ASTNodeTraverser
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp977 void VisitPointerType(const PointerType *T) { function in class:__anon1594::ODRTypeVisitor
H A DType.cpp894 QualType VisitPointerType(const PointerType *T) { function in struct:__anon1605::SimpleTransformVisitor
1811 Type *VisitPointerType(const PointerType *T) { function in class:__anon1606::GetContainedDeducedTypeVisitor
H A DASTImporter.cpp345 ExpectedType VisitPointerType(const PointerType *T);
1094 ExpectedType ASTNodeImporter::VisitPointerType(const PointerType *T) { function in class:ASTNodeImporter
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2264 TemplateTypeParmDecl *VisitPointerType(const PointerType *T) {
H A DSemaTemplate.cpp5856 bool UnnamedLocalNoLinkageFinder::VisitPointerType(const PointerType* T) { function in class:UnnamedLocalNoLinkageFinder

Completed in 129 milliseconds