Searched refs:VisitObjCInterfaceTypeLoc (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Index/ | ||
D | IndexTypeSourceInfo.cpp | 94 bool VisitObjCInterfaceTypeLoc(ObjCInterfaceTypeLoc TL) { in VisitObjCInterfaceTypeLoc() function in __anon3b6b96390111::TypeIndexer |
/external/clang/lib/Serialization/ | ||
D | ASTWriter.cpp | 687 void TypeLocWriter::VisitObjCInterfaceTypeLoc(ObjCInterfaceTypeLoc TL) { in VisitObjCInterfaceTypeLoc() function in TypeLocWriter |
D | ASTReader.cpp | 5927 void TypeLocReader::VisitObjCInterfaceTypeLoc(ObjCInterfaceTypeLoc TL) { in VisitObjCInterfaceTypeLoc() function in TypeLocReader |
/external/clang/lib/Sema/ | ||
D | SemaType.cpp | 4839 void VisitObjCInterfaceTypeLoc(ObjCInterfaceTypeLoc TL) { in VisitObjCInterfaceTypeLoc() function in __anon0c34bf780b11::TypeSpecLocFiller |
/external/clang/tools/libclang/ | ||
D | CIndex.cpp | 1533 bool CursorVisitor::VisitObjCInterfaceTypeLoc(ObjCInterfaceTypeLoc TL) { in VisitObjCInterfaceTypeLoc() function in CursorVisitor |