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

  /external/clang/tools/libclang/
CIndexHigh.cpp 355 if (cursor.kind != CXCursor_InclusionDirective)
CXCursor.cpp 860 CXCursor C = { CXCursor_InclusionDirective, 0, { ID, nullptr, TU } };
865 assert(C.kind == CXCursor_InclusionDirective);
    [all...]
CIndex.cpp     [all...]
  /external/clang/include/clang-c/
Index.h     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 890 if (Cursor.kind == CXCursor_InclusionDirective) {
    [all...]

Completed in 56 milliseconds