HomeSort by: relevance | last modified time | path
    Searched refs:CXCursor_VariableRef (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 1896 CXCursor_VariableRef = 50,
1898 CXCursor_LastRef = CXCursor_VariableRef,
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXCursor.cpp 932 CXCursor C = {CXCursor_VariableRef, 0, {Var, RawLoc, TU}};
938 assert(C.kind == CXCursor_VariableRef);
CXType.cpp 274 case CXCursor_VariableRef:
CIndex.cpp 4697 case CXCursor_VariableRef: {
5259 case CXCursor_VariableRef:
6015 case CXCursor_VariableRef: {
6171 case CXCursor_VariableRef:
6389 case CXCursor_VariableRef:

Completed in 24 milliseconds