Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DType.cpp577 AutoType *VisitPointerType(const PointerType *T) { in VisitPointerType() function in __anonc62f8e7b0111::GetContainedAutoVisitor
DASTImporter.cpp44 QualType VisitPointerType(const PointerType *T);
1460 QualType ASTNodeImporter::VisitPointerType(const PointerType *T) { in VisitPointerType() function in ASTNodeImporter
/external/clang/lib/Sema/
DSemaTemplate.cpp3325 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