Home
last modified time | relevance | path

Searched refs:classLoc (Results 1 – 4 of 4) sorted by relevance

/external/clang/tools/libclang/
DIndexingContext.cpp56 IBCollInfo.classLoc = other.IBCollInfo.classLoc; in IBOutletCollectionInfo()
98 IBInfo.IBCollInfo.classLoc = IdxCtx.getIndexLoc(InterfaceLocStart); in AttrListInfo()
537 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc); in handleObjCCategory()
567 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc); in handleObjCCategoryImpl()
/external/clang/include/clang-c/
DIndex.h5313 CXIdxLoc classLoc; member
5384 CXIdxLoc classLoc; member
/external/clang/lib/Parse/
DParseObjc.cpp1623 SourceLocation classLoc = ConsumeToken(); // consume class-name; in ParseObjCAtAliasDeclaration() local
1626 classId, classLoc); in ParseObjCAtAliasDeclaration()
/external/clang/tools/c-index-test/
Dc-index-test.c3004 printCXIndexLoc(CatInfo->classLoc, client_data); in index_indexDeclaration()