Home
last modified time | relevance | path

Searched refs:CXIdxLoc (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang-c/
DIndex.h5278 } CXIdxLoc; typedef
5287 CXIdxLoc hashLoc;
5320 CXIdxLoc loc;
5398 CXIdxLoc loc;
5420 CXIdxLoc classLoc;
5430 CXIdxLoc loc;
5467 CXIdxLoc loc;
5473 CXIdxLoc loc;
5491 CXIdxLoc classLoc;
5531 CXIdxLoc loc;
[all …]
/external/clang/tools/libclang/
DIndexingContext.h212 AttrInfo(CXIdxAttrKind Kind, CXCursor C, CXIdxLoc Loc, const Attr *A) { in AttrInfo()
224 IBOutletCollectionInfo(CXCursor C, CXIdxLoc Loc, const Attr *A) : in IBOutletCollectionInfo()
491 CXIdxLoc getIndexLoc(SourceLocation Loc) const;
DIndexingContext.cpp73 CXIdxLoc Loc = IdxCtx.getIndexLoc(A->getLocation()); in AttrListInfo()
873 CXIdxLoc IndexingContext::getIndexLoc(SourceLocation Loc) const { in getIndexLoc()
874 CXIdxLoc idxLoc = { {0, 0}, 0 }; in getIndexLoc()
DIndexing.cpp1050 void clang_indexLoc_getFileLocation(CXIdxLoc location, in clang_indexLoc_getFileLocation()
1071 CXSourceLocation clang_indexLoc_getCXSourceLocation(CXIdxLoc location) { in clang_indexLoc_getCXSourceLocation()
/external/clang/tools/c-index-test/
Dc-index-test.c2414 static void printCXIndexLoc(CXIdxLoc loc, CXClientData client_data) { in printCXIndexLoc()
2458 CXIdxLoc loc) { in makeClientContainer()