Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTNodeTraverser.h388 void VisitPointerType(const PointerType *T) { Visit(T->getPointeeType()); } in VisitPointerType() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Interpreter/
HDInterpreter.cpp657 Interpreter::InterfaceKind VisitPointerType(const PointerType *Ty) { in VisitPointerType() function in __anonc9e7378a0411::InterfaceKindVisitor
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDODRHash.cpp1133 void VisitPointerType(const PointerType *T) { in VisitPointerType() function in __anon339d85f30211::ODRTypeVisitor
HDType.cpp978 QualType VisitPointerType(const PointerType *T) { in VisitPointerType() function
1941 Type *VisitPointerType(const PointerType *T) { in VisitPointerType() function in __anona12ea3ac0311::GetContainedDeducedTypeVisitor
HDASTImporter.cpp1161 ExpectedType ASTNodeImporter::VisitPointerType(const PointerType *T) { in VisitPointerType() function in ASTNodeImporter
3560 std::optional<bool> VisitPointerType(const PointerType *T) { in VisitPointerType() function in __anonb4e2ee840411::IsTypeDeclaredInsideVisitor
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateInstantiate.cpp2976 TemplateTypeParmDecl *VisitPointerType(const PointerType *T) { in VisitPointerType() function
HDSemaTemplate.cpp5639 bool UnnamedLocalNoLinkageFinder::VisitPointerType(const PointerType* T) { in VisitPointerType() function in UnnamedLocalNoLinkageFinder