Searched refs:VisitTypedefTypeLoc (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Index/ | ||
D | IndexTypeSourceInfo.cpp | 39 bool VisitTypedefTypeLoc(TypedefTypeLoc TL) { in VisitTypedefTypeLoc() function in __anon1e1e56c50111::TypeIndexer |
/external/clang/lib/ARCMigrate/ | ||
D | TransAutoreleasePool.cpp | 267 bool VisitTypedefTypeLoc(TypedefTypeLoc TL) { in VisitTypedefTypeLoc() function in __anon9e91e5110211::AutoreleasePoolRewriter::NameReferenceChecker |
/external/clang/lib/Serialization/ | ||
D | ASTWriter.cpp | 588 void TypeLocWriter::VisitTypedefTypeLoc(TypedefTypeLoc TL) { in VisitTypedefTypeLoc() function in TypeLocWriter |
D | ASTReader.cpp | 5823 void TypeLocReader::VisitTypedefTypeLoc(TypedefTypeLoc TL) { in VisitTypedefTypeLoc() function in TypeLocReader |
/external/clang/lib/Sema/ | ||
D | SemaType.cpp | 4836 void VisitTypedefTypeLoc(TypedefTypeLoc TL) { in VisitTypedefTypeLoc() function in __anon01a94e040b11::TypeSpecLocFiller |
/external/clang/tools/libclang/ | ||
D | CIndex.cpp | 1514 bool CursorVisitor::VisitTypedefTypeLoc(TypedefTypeLoc TL) { in VisitTypedefTypeLoc() function in CursorVisitor |