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

  /external/clang/include/clang-c/
Index.h     [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 760 CXCursor C = { CXCursor_VariableRef, 0, { Var, RawLoc, TU } };
766 assert(C.kind == CXCursor_VariableRef);
    [all...]
CXType.cpp 206 case CXCursor_VariableRef:
CIndex.cpp     [all...]

Completed in 48 milliseconds