Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h5253 } CXIdxLoc; typedef
5262 CXIdxLoc hashLoc;
5295 CXIdxLoc loc;
5373 CXIdxLoc loc;
5395 CXIdxLoc classLoc;
5405 CXIdxLoc loc;
5442 CXIdxLoc loc;
5448 CXIdxLoc loc;
5466 CXIdxLoc classLoc;
5506 CXIdxLoc loc;
[all …]
/external/clang/tools/libclang/
DIndexingContext.h215 AttrInfo(CXIdxAttrKind Kind, CXCursor C, CXIdxLoc Loc, const Attr *A) { in AttrInfo()
227 IBOutletCollectionInfo(CXCursor C, CXIdxLoc Loc, const Attr *A) : in IBOutletCollectionInfo()
487 CXIdxLoc getIndexLoc(SourceLocation Loc) const;
DIndexingContext.cpp72 CXIdxLoc Loc = IdxCtx.getIndexLoc(A->getLocation()); in AttrListInfo()
874 CXIdxLoc IndexingContext::getIndexLoc(SourceLocation Loc) const { in getIndexLoc()
875 CXIdxLoc idxLoc = { {nullptr, nullptr}, 0 }; in getIndexLoc()
DIndexing.cpp1027 void clang_indexLoc_getFileLocation(CXIdxLoc location, in clang_indexLoc_getFileLocation()
1048 CXSourceLocation clang_indexLoc_getCXSourceLocation(CXIdxLoc location) { in clang_indexLoc_getCXSourceLocation()
/external/clang/tools/c-index-test/
Dc-index-test.c2704 static void printCXIndexLoc(CXIdxLoc loc, CXClientData client_data) { in printCXIndexLoc()
2749 CXIdxLoc loc) { in makeClientContainer()