Searched refs:CXIdxLoc (Results 1 – 11 of 11) sorted by relevance
/external/clang/include/clang-c/ |
D | Index.h | 5429 } 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/llvm-project/clang/include/clang-c/ |
D | Index.h | 6188 } CXIdxLoc; typedef 6197 CXIdxLoc hashLoc; 6230 CXIdxLoc loc; 6309 CXIdxLoc loc; 6331 CXIdxLoc classLoc; 6339 CXIdxLoc loc; 6376 CXIdxLoc loc; 6382 CXIdxLoc loc; 6400 CXIdxLoc classLoc; 6462 CXIdxLoc loc; [all …]
|
/external/rust/crates/clang-sys/src/ |
D | lib.rs | 1354 pub loc: CXIdxLoc, 1364 pub loc: CXIdxLoc, 1392 pub loc: CXIdxLoc, 1427 pub loc: CXIdxLoc, 1444 pub classLoc: CXIdxLoc, 1454 pub loc: CXIdxLoc, 1463 pub hashLoc: CXIdxLoc, 1475 pub struct CXIdxLoc { struct 1480 default!(CXIdxLoc); argument 1488 pub classLoc: CXIdxLoc, [all …]
|
/external/llvm-project/clang/tools/libclang/ |
D | CXIndexDataConsumer.h | 214 AttrInfo(CXIdxAttrKind Kind, CXCursor C, CXIdxLoc Loc, const Attr *A) { in AttrInfo() 226 IBOutletCollectionInfo(CXCursor C, CXIdxLoc Loc, const Attr *A) : in IBOutletCollectionInfo() 464 CXIdxLoc getIndexLoc(SourceLocation Loc) const;
|
D | Indexing.cpp | 968 void clang_indexLoc_getFileLocation(CXIdxLoc location, in clang_indexLoc_getFileLocation() 989 CXSourceLocation clang_indexLoc_getCXSourceLocation(CXIdxLoc location) { in clang_indexLoc_getCXSourceLocation()
|
D | CXIndexDataConsumer.cpp | 287 CXIdxLoc Loc = IdxCtx.getIndexLoc(A->getLocation()); in AttrListInfo() 1091 CXIdxLoc CXIndexDataConsumer::getIndexLoc(SourceLocation Loc) const { in getIndexLoc() 1092 CXIdxLoc idxLoc = { {nullptr, nullptr}, 0 }; in getIndexLoc()
|
/external/clang/tools/libclang/ |
D | CXIndexDataConsumer.h | 216 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;
|
D | Indexing.cpp | 950 void clang_indexLoc_getFileLocation(CXIdxLoc location, in clang_indexLoc_getFileLocation() 971 CXSourceLocation clang_indexLoc_getCXSourceLocation(CXIdxLoc location) { in clang_indexLoc_getCXSourceLocation()
|
D | CXIndexDataConsumer.cpp | 284 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/ |
D | c-index-test.c | 2857 static void printCXIndexLoc(CXIdxLoc loc, CXClientData client_data) { in printCXIndexLoc() 2902 CXIdxLoc loc) { in makeClientContainer()
|
/external/llvm-project/clang/tools/c-index-test/ |
D | c-index-test.c | 3376 static void printCXIndexLoc(CXIdxLoc loc, CXClientData client_data) { in printCXIndexLoc() 3423 CXIdxLoc loc) { in makeClientContainer()
|