Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCodeComplete.cpp2973 ? CXCursor_ObjCInstanceMethodDecl : CXCursor_ObjCClassMethodDecl; in getCursorKindForDecl()
6373 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6397 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6420 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6471 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6495 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6522 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6554 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6588 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6619 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
[all …]
/external/clang/tools/libclang/
DCXCursor.cpp81 K == CXCursor_ObjCInstanceMethodDecl) { in MakeCXCursor()
932 cursor.kind == CXCursor_ObjCInstanceMethodDecl) { in getSelectorIdentifierIndexAndLoc()
953 cursor.kind == CXCursor_ObjCInstanceMethodDecl) { in getSelectorIdentifierCursor()
DCIndexHigh.cpp165 cursor.kind == CXCursor_ObjCInstanceMethodDecl) && in findFileIdRefVisit()
DCIndex.cpp3733 if (C.kind == CXCursor_ObjCInstanceMethodDecl || in clang_Cursor_getSpellingNameRange()
3946 case CXCursor_ObjCInstanceMethodDecl: in clang_getCursorKindSpelling()
5699 else if (cursor.kind == CXCursor_ObjCInstanceMethodDecl || in Visit()
5735 if (cursor.kind == CXCursor_ObjCInstanceMethodDecl && in Visit()
6180 if (Cursors[I].kind == CXCursor_ObjCInstanceMethodDecl || in clang_annotateTokensImpl()
/external/clang/include/clang-c/
DIndex.h1569 CXCursor_ObjCInstanceMethodDecl = 16, enumerator