Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp573 AutoType *VisitPointerType(const PointerType *T) { in VisitPointerType() function in __anon5c03da460111::GetContainedAutoVisitor
H A DASTDumper.cpp247 void VisitPointerType(const PointerType *T) { in VisitPointerType() function in __anonb1addcb90111::ASTDumper
H A DASTImporter.cpp1478 QualType ASTNodeImporter::VisitPointerType(const PointerType *T) { in VisitPointerType() function in ASTNodeImporter
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp3930 bool UnnamedLocalNoLinkageFinder::VisitPointerType(const PointerType* T) { in VisitPointerType() function in UnnamedLocalNoLinkageFinder
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp112 void ASTTypeWriter::VisitPointerType(const PointerType *T) { in VisitPointerType() function in ASTTypeWriter