HomeSort by relevance Sort by last modified time
    Searched refs:CXIdxLoc (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang-c/
Index.h     [all...]
  /external/clang/tools/libclang/
IndexingContext.h 218 AttrInfo(CXIdxAttrKind Kind, CXCursor C, CXIdxLoc Loc, const Attr *A) {
232 IBOutletCollectionInfo(CXCursor C, CXIdxLoc Loc, const Attr *A) :
493 CXIdxLoc getIndexLoc(SourceLocation Loc) const;
Indexing.cpp 786 void clang_indexLoc_getFileLocation(CXIdxLoc location,
807 CXSourceLocation clang_indexLoc_getCXSourceLocation(CXIdxLoc location) {
IndexingContext.cpp 74 CXIdxLoc Loc = IdxCtx.getIndexLoc(A->getLocation());
788 CXIdxLoc IndexingContext::getIndexLoc(SourceLocation Loc) const {
789 CXIdxLoc idxLoc = { {0, 0}, 0 };
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]

Completed in 176 milliseconds