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/
CXType.cpp 167 case CXCursor_VariableRef:
CXCursor.cpp 597 CXCursor C = { CXCursor_VariableRef, 0, { (void*)Var, RawLoc, TU } };
603 assert(C.kind == CXCursor_VariableRef);
    [all...]
CIndex.cpp     [all...]

Completed in 1319 milliseconds