Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp276 IBCollInfo.classLoc = other.IBCollInfo.classLoc; in IBOutletCollectionInfo()
318 IBInfo.IBCollInfo.classLoc = IdxCtx.getIndexLoc(InterfaceLocStart); in AttrListInfo()
773 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc); in handleObjCCategory()
803 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc); in handleObjCCategoryImpl()
/openbsd-src/gnu/llvm/clang/include/clang-c/
H A DIndex.h5867 CXIdxLoc classLoc; member
5936 CXIdxLoc classLoc; member
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp2349 SourceLocation classLoc = ConsumeToken(); // consume class-name; in ParseObjCAtAliasDeclaration() local
2352 classId, classLoc); in ParseObjCAtAliasDeclaration()
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c3802 printCXIndexLoc(CatInfo->classLoc, client_data); in index_indexDeclaration()