Searched refs:VisitPointerType (Results 1 - 5 of 5) sorted by relevance
/external/clang/lib/AST/ | ||
H A D | ASTDumper.cpp | 253 void VisitPointerType(const PointerType *T) { function in class:__anon1101::ASTDumper |
H A D | Type.cpp | 695 QualType VisitPointerType(const PointerType *T) { function in struct:__anon1166::SimpleTransformVisitor 1558 AutoType *VisitPointerType(const PointerType *T) { |
H A D | ASTImporter.cpp | 44 QualType VisitPointerType(const PointerType *T); 1605 QualType ASTNodeImporter::VisitPointerType(const PointerType *T) { function in class:ASTNodeImporter |
/external/clang/lib/Sema/ | ||
H A D | SemaTemplate.cpp | 4065 bool UnnamedLocalNoLinkageFinder::VisitPointerType(const PointerType* T) { function in class:UnnamedLocalNoLinkageFinder |
/external/clang/lib/Serialization/ | ||
H A D | ASTWriter.cpp | 141 void ASTTypeWriter::VisitPointerType(const PointerType *T) { function in class:ASTTypeWriter |
Completed in 829 milliseconds