Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h5429 } CXIdxLoc; typedef
5438 CXIdxLoc hashLoc;
5471 CXIdxLoc loc;
5549 CXIdxLoc loc;
5571 CXIdxLoc classLoc;
5581 CXIdxLoc loc;
5618 CXIdxLoc loc;
5624 CXIdxLoc loc;
5642 CXIdxLoc classLoc;
5682 CXIdxLoc loc;
[all …]
/external/clang/tools/libclang/
DCXIndexDataConsumer.h216 AttrInfo(CXIdxAttrKind Kind, CXCursor C, CXIdxLoc Loc, const Attr *A) { in AttrInfo()
228 IBOutletCollectionInfo(CXCursor C, CXIdxLoc Loc, const Attr *A) : in IBOutletCollectionInfo()
496 CXIdxLoc getIndexLoc(SourceLocation Loc) const;
DIndexing.cpp950 void clang_indexLoc_getFileLocation(CXIdxLoc location, in clang_indexLoc_getFileLocation()
971 CXSourceLocation clang_indexLoc_getCXSourceLocation(CXIdxLoc location) { in clang_indexLoc_getCXSourceLocation()
DCXIndexDataConsumer.cpp284 CXIdxLoc Loc = IdxCtx.getIndexLoc(A->getLocation()); in AttrListInfo()
1095 CXIdxLoc CXIndexDataConsumer::getIndexLoc(SourceLocation Loc) const { in getIndexLoc()
1096 CXIdxLoc idxLoc = { {nullptr, nullptr}, 0 }; in getIndexLoc()
/external/clang/tools/c-index-test/
Dc-index-test.c2857 static void printCXIndexLoc(CXIdxLoc loc, CXClientData client_data) { in printCXIndexLoc()
2902 CXIdxLoc loc) { in makeClientContainer()