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

  /external/clang/tools/libclang/
CIndexHigh.cpp 269 else if (cursor.kind == CXCursor_MacroExpansion)
310 Cursor.kind != CXCursor_MacroExpansion)
375 cursor.kind == CXCursor_MacroExpansion) {
CIndex.cpp     [all...]
CXCursor.cpp 670 CXCursor C = { CXCursor_MacroExpansion, 0, { MI, 0, TU } };
675 assert(C.kind == CXCursor_MacroExpansion);
    [all...]
  /external/clang/include/clang-c/
Index.h     [all...]

Completed in 29 milliseconds