Home
last modified time | relevance | path

Searched refs:CXCursor_ObjCInstanceMethodDecl (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Sema/
DSemaCodeComplete.cpp3029 ? CXCursor_ObjCInstanceMethodDecl : CXCursor_ObjCClassMethodDecl; in getCursorKindForDecl()
6453 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6477 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6500 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6551 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6575 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6602 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6634 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6668 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6699 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
[all …]
/external/clang/tools/libclang/
DCXCursor.cpp84 K == CXCursor_ObjCInstanceMethodDecl) { in MakeCXCursor()
968 cursor.kind == CXCursor_ObjCInstanceMethodDecl) { in getSelectorIdentifierIndexAndLoc()
989 cursor.kind == CXCursor_ObjCInstanceMethodDecl) { in getSelectorIdentifierCursor()
DCIndexHigh.cpp165 cursor.kind == CXCursor_ObjCInstanceMethodDecl) && in findFileIdRefVisit()
DCIndex.cpp3905 if (C.kind == CXCursor_ObjCInstanceMethodDecl || in clang_Cursor_getSpellingNameRange()
4169 case CXCursor_ObjCInstanceMethodDecl: in clang_getCursorKindSpelling()
5954 else if (cursor.kind == CXCursor_ObjCInstanceMethodDecl || in Visit()
5990 if (cursor.kind == CXCursor_ObjCInstanceMethodDecl && in Visit()
6422 if (Cursors[I].kind == CXCursor_ObjCInstanceMethodDecl || in clang_annotateTokensImpl()
/external/clang/include/clang-c/
DIndex.h1586 CXCursor_ObjCInstanceMethodDecl = 16, enumerator