Searched refs:VisitPointerType (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/AST/ | ||
D | Type.cpp | 695 QualType VisitPointerType(const PointerType *T) { in VisitPointerType() function |
D | ASTDumper.cpp | 251 void VisitPointerType(const PointerType *T) { in VisitPointerType() function in __anon59a9c3280111::ASTDumper |
D | ASTImporter.cpp | 44 QualType VisitPointerType(const PointerType *T); |
/external/clang/lib/Serialization/ | ||
D | ASTWriter.cpp | 117 void ASTTypeWriter::VisitPointerType(const PointerType *T) { in VisitPointerType() function in ASTTypeWriter |
/external/clang/lib/Sema/ | ||
D | SemaTemplate.cpp | 4027 bool UnnamedLocalNoLinkageFinder::VisitPointerType(const PointerType* T) { in VisitPointerType() function in UnnamedLocalNoLinkageFinder |