Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexingContext.cpp55 IBCollInfo.classLoc = other.IBCollInfo.classLoc; in IBOutletCollectionInfo()
97 IBInfo.IBCollInfo.classLoc = IdxCtx.getIndexLoc(IBAttr->getInterfaceLoc()); in AttrListInfo()
537 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc); in handleObjCCategory()
567 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc); in handleObjCCategoryImpl()
/external/clang/include/clang-c/
DIndex.h5420 CXIdxLoc classLoc; member
5491 CXIdxLoc classLoc; member
/external/clang/lib/Parse/
DParseObjc.cpp1665 SourceLocation classLoc = ConsumeToken(); // consume class-name; in ParseObjCAtAliasDeclaration() local
1669 classId, classLoc); in ParseObjCAtAliasDeclaration()
/external/clang/tools/c-index-test/
Dc-index-test.c2754 printCXIndexLoc(CatInfo->classLoc, client_data); in index_indexDeclaration()