Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DTemplateArgumentHasher.cpp334 void VisitPointerType(const PointerType *T) { in VisitPointerType() function in __anon91a37be10111::TypeVisitorHelper
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterValuePrinter.cpp89 InterfaceKind VisitPointerType(const PointerType *Ty) { in VisitPointerType() function in clang::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.cpp1161 void VisitPointerType(const PointerType *T) { in VisitPointerType() function in __anonb4317f1a0211::ODRTypeVisitor
H A DType.cpp1028 QualType VisitPointerType(const PointerType *T) { in VisitPointerType() function
1996 Type *VisitPointerType(const PointerType *T) { in VisitPointerType() function in __anon1a6dd6330311::GetContainedDeducedTypeVisitor
H A DASTImporter.cpp1390 ExpectedType ASTNodeImporter::VisitPointerType(const PointerType *T) { in VisitPointerType() function in ASTNodeImporter
3831 std::optional<bool> VisitPointerType(const PointerType *T) { in VisitPointerType() function in __anone38d232b0411::IsTypeDeclaredInsideVisitor
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3167 TemplateTypeParmDecl *VisitPointerType(const PointerType *T) { in VisitPointerType() function
H A DSemaTemplate.cpp6055 bool UnnamedLocalNoLinkageFinder::VisitPointerType(const PointerType* T) { in VisitPointerType() function in UnnamedLocalNoLinkageFinder