Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DODRHash.cpp893 void VisitPointerType(const PointerType *T) { in VisitPointerType() function in __anondc2745e90211::ODRTypeVisitor
H A DASTDumper.cpp128 void VisitPointerType(const PointerType *T) { in VisitPointerType() function in __anon7de60b550111::ASTDumper
H A DType.cpp769 QualType VisitPointerType(const PointerType *T) { in VisitPointerType() function
1669 Type *VisitPointerType(const PointerType *T) { in VisitPointerType() function in __anondae177620411::GetContainedDeducedTypeVisitor
H A DASTImporter.cpp326 ExpectedType VisitPointerType(const PointerType *T);
1034 ExpectedType ASTNodeImporter::VisitPointerType(const PointerType *T) { in VisitPointerType() function in ASTNodeImporter
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp195 void ASTTypeWriter::VisitPointerType(const PointerType *T) { in VisitPointerType() function in ASTTypeWriter
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp5331 bool UnnamedLocalNoLinkageFinder::VisitPointerType(const PointerType* T) { in VisitPointerType() function in UnnamedLocalNoLinkageFinder