Searched refs:VisitPointerType (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/AST/ | ||
D | Type.cpp | 561 AutoType *VisitPointerType(const PointerType *T) { in VisitPointerType() function in __anon9ea7635f0111::GetContainedAutoVisitor |
D | ASTImporter.cpp | 44 QualType VisitPointerType(const PointerType *T); |
/external/clang/lib/Sema/ | ||
D | SemaTemplate.cpp | 3783 bool UnnamedLocalNoLinkageFinder::VisitPointerType(const PointerType* T) { in VisitPointerType() function in UnnamedLocalNoLinkageFinder |
/external/clang/lib/Serialization/ | ||
D | ASTWriter.cpp | 106 void ASTTypeWriter::VisitPointerType(const PointerType *T) { in VisitPointerType() function in ASTTypeWriter |