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

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexHigh.cpp 162 cursor.kind == CXCursor_ObjCInstanceMethodDecl) &&
CXCursor.cpp 147 K == CXCursor_ObjCInstanceMethodDecl) {
1159 cursor.kind == CXCursor_ObjCInstanceMethodDecl) {
1180 cursor.kind == CXCursor_ObjCInstanceMethodDecl) {
CIndex.cpp 4811 if (C.kind == CXCursor_ObjCInstanceMethodDecl ||
5229 case CXCursor_ObjCInstanceMethodDecl:
7260 else if (cursor.kind == CXCursor_ObjCInstanceMethodDecl ||
7296 if (cursor.kind == CXCursor_ObjCInstanceMethodDecl &&
7776 if (Cursors[I].kind == CXCursor_ObjCInstanceMethodDecl ||
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCodeComplete.cpp 3862 ? CXCursor_ObjCInstanceMethodDecl
8351 CXCursor_ObjCInstanceMethodDecl));
8373 CXCursor_ObjCInstanceMethodDecl));
8395 CXCursor_ObjCInstanceMethodDecl));
8445 CXCursor_ObjCInstanceMethodDecl));
8468 CXCursor_ObjCInstanceMethodDecl));
8495 CXCursor_ObjCInstanceMethodDecl));
8525 CXCursor_ObjCInstanceMethodDecl));
8557 CXCursor_ObjCInstanceMethodDecl));
8586 CXCursor_ObjCInstanceMethodDecl));
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 1750 CXCursor_ObjCInstanceMethodDecl = 16,

Completed in 89 milliseconds