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

  /external/clang/tools/libclang/
CIndexHigh.cpp 271 else if (cursor.kind == CXCursor_MacroExpansion)
313 Cursor.kind != CXCursor_MacroExpansion)
447 cursor.kind == CXCursor_MacroExpansion) {
CXCursor.h 192 assert(C.kind == CXCursor_MacroExpansion);
CXCursor.cpp 692 CXCursor C = { CXCursor_MacroExpansion, 0, { MI, 0, TU } };
700 CXCursor C = { CXCursor_MacroExpansion, 0, { MI, Loc.getPtrEncoding(), TU } };
    [all...]
CIndex.cpp     [all...]
  /external/clang/include/clang-c/
Index.h     [all...]

Completed in 45 milliseconds