Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp664 Interpreter::InterfaceKind VisitPointerType(const PointerType *Ty) { VisitPointerType() function in __anon0ebdd7030411::RuntimeInterfaceBuilder
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h351 void VisitPointerType(const PointerType *T) { Visit(T->getPointeeType()); } VisitPointerType() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp1116 void VisitPointerType(const PointerType *T) { VisitPointerType() function in __anon4baa67ec0211::ODRTypeVisitor
H A DType.cpp924 QualType VisitPointerType(const PointerType *T) { VisitPointerType() function
1878 Type *VisitPointerType(const PointerType *T) { VisitPointerType() function in __anon7f2920450211::GetContainedDeducedTypeVisitor
H A DASTImporter.cpp1156 ExpectedType ASTNodeImporter::VisitPointerType(const PointerType *T) { VisitPointerType() function in ASTNodeImporter
3506 std::optional<bool> VisitPointerType(const PointerType *T) { VisitPointerType() function in __anonec1224fd0411::IsTypeDeclaredInsideVisitor
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2791 TemplateTypeParmDecl *VisitPointerType(const PointerType *T) { VisitPointerType() function
H A DSemaTemplate.cpp6367 bool UnnamedLocalNoLinkageFinder::VisitPointerType(const PointerType* T) { VisitPointerType() function in UnnamedLocalNoLinkageFinder