Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTNodeTraverser.h345 void VisitPointerType(const PointerType *T) { Visit(T->getPointeeType()); } in VisitPointerType() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DODRHash.cpp1132 void VisitPointerType(const PointerType *T) { in VisitPointerType() function in __anoncf944ab10211::ODRTypeVisitor
H A DType.cpp902 QualType VisitPointerType(const PointerType *T) { in VisitPointerType() function
1842 Type *VisitPointerType(const PointerType *T) { in VisitPointerType() function in __anon5177712a0211::GetContainedDeducedTypeVisitor
H A DASTImporter.cpp1152 ExpectedType ASTNodeImporter::VisitPointerType(const PointerType *T) { in VisitPointerType() function in ASTNodeImporter
3304 std::optional<bool> VisitPointerType(const PointerType *T) { in VisitPointerType() function in __anon4409e2420411::IsTypeDeclaredInsideVisitor
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2600 TemplateTypeParmDecl *VisitPointerType(const PointerType *T) { in VisitPointerType() function
H A DSemaTemplate.cpp6191 bool UnnamedLocalNoLinkageFinder::VisitPointerType(const PointerType* T) { in VisitPointerType() function in UnnamedLocalNoLinkageFinder