Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DType.cpp561 AutoType *VisitPointerType(const PointerType *T) { in VisitPointerType() function in __anon9ea7635f0111::GetContainedAutoVisitor
DASTImporter.cpp44 QualType VisitPointerType(const PointerType *T);
1480 QualType ASTNodeImporter::VisitPointerType(const PointerType *T) { in VisitPointerType() function in ASTNodeImporter
/external/clang/lib/Sema/
DSemaTemplate.cpp3783 bool UnnamedLocalNoLinkageFinder::VisitPointerType(const PointerType* T) { in VisitPointerType() function in UnnamedLocalNoLinkageFinder
/external/clang/lib/Serialization/
DASTWriter.cpp106 void ASTTypeWriter::VisitPointerType(const PointerType *T) { in VisitPointerType() function in ASTTypeWriter