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

  /external/clang/tools/c-index-test/
c-index-test.c 611 if (clang_getCursorKind(Referenced) == CXCursor_OverloadedDeclRef) {
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 599 AllocatedResults.ContainerKind = clang_getCursorKind(cursor);
    [all...]
CIndexUSRs.cpp 824 const CXCursorKind &K = clang_getCursorKind(C);
CXCursor.cpp 1029 enum CXCursorKind kind = clang_getCursorKind(cursor);
    [all...]
CIndex.cpp     [all...]
  /external/clang/include/clang-c/
Index.h     [all...]

Completed in 117 milliseconds