reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
6177 CXIdxLoc hashLoc; 6210 CXIdxLoc loc; 6289 CXIdxLoc loc; 6311 CXIdxLoc classLoc; 6321 CXIdxLoc loc; 6358 CXIdxLoc loc; 6364 CXIdxLoc loc; 6382 CXIdxLoc classLoc; 6444 CXIdxLoc loc; 6716 CINDEX_LINKAGE void clang_indexLoc_getFileLocation(CXIdxLoc loc, 6727 CXSourceLocation clang_indexLoc_getCXSourceLocation(CXIdxLoc loc);tools/clang/tools/c-index-test/c-index-test.c
3357 static void printCXIndexLoc(CXIdxLoc loc, CXClientData client_data) { 3404 CXIdxLoc loc) {tools/clang/tools/libclang/CXIndexDataConsumer.cpp
287 CXIdxLoc Loc = IdxCtx.getIndexLoc(A->getLocation()); 1092 CXIdxLoc CXIndexDataConsumer::getIndexLoc(SourceLocation Loc) const { 1093 CXIdxLoc idxLoc = { {nullptr, nullptr}, 0 };tools/clang/tools/libclang/CXIndexDataConsumer.h
214 AttrInfo(CXIdxAttrKind Kind, CXCursor C, CXIdxLoc Loc, const Attr *A) { 226 IBOutletCollectionInfo(CXCursor C, CXIdxLoc Loc, const Attr *A) : 464 CXIdxLoc getIndexLoc(SourceLocation Loc) const;tools/clang/tools/libclang/Indexing.cpp
969 void clang_indexLoc_getFileLocation(CXIdxLoc location, 990 CXSourceLocation clang_indexLoc_getCXSourceLocation(CXIdxLoc location) {