Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp657 Interpreter::InterfaceKind VisitPointerType(const PointerType *Ty) { in VisitPointerType() function in __anon46b323310411::InterfaceKindVisitor
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h388 void VisitPointerType(const PointerType *T) { Visit(T->getPointeeType()); } in VisitPointerType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp1133 void VisitPointerType(const PointerType *T) { in VisitPointerType() function in __anonb4317f1a0211::ODRTypeVisitor
H A DType.cpp978 QualType VisitPointerType(const PointerType *T) { in VisitPointerType() function
1941 Type *VisitPointerType(const PointerType *T) { in VisitPointerType() function in __anon1a6dd6330311::GetContainedDeducedTypeVisitor
H A DASTImporter.cpp1161 ExpectedType ASTNodeImporter::VisitPointerType(const PointerType *T) { in VisitPointerType() function in ASTNodeImporter
3560 std::optional<bool> VisitPointerType(const PointerType *T) { in VisitPointerType() function in __anone38d232b0411::IsTypeDeclaredInsideVisitor
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2976 TemplateTypeParmDecl *VisitPointerType(const PointerType *T) { in VisitPointerType() function
H A DSemaTemplate.cpp5639 bool UnnamedLocalNoLinkageFinder::VisitPointerType(const PointerType* T) { in VisitPointerType() function in UnnamedLocalNoLinkageFinder