Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCodeComplete.cpp2932 ? CXCursor_ObjCInstanceMethodDecl : CXCursor_ObjCClassMethodDecl; in getCursorKindForDecl()
6301 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6324 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6347 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6397 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6421 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6448 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6480 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6514 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6545 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
[all …]
/external/clang/tools/libclang/
DCXCursor.cpp71 K == CXCursor_ObjCInstanceMethodDecl) { in MakeCXCursor()
858 cursor.kind == CXCursor_ObjCInstanceMethodDecl) { in getSelectorIdentifierIndexAndLoc()
879 cursor.kind == CXCursor_ObjCInstanceMethodDecl) { in getSelectorIdentifierCursor()
DCIndexHigh.cpp165 cursor.kind == CXCursor_ObjCInstanceMethodDecl) && in findFileIdRefVisit()
DCIndex.cpp3382 if (C.kind == CXCursor_ObjCInstanceMethodDecl || in clang_Cursor_getSpellingNameRange()
3552 case CXCursor_ObjCInstanceMethodDecl: in clang_getCursorKindSpelling()
5208 else if (cursor.kind == CXCursor_ObjCInstanceMethodDecl || in Visit()
5246 if (cursor.kind == CXCursor_ObjCInstanceMethodDecl && in Visit()
5683 if (Cursors[I].kind == CXCursor_ObjCInstanceMethodDecl || in clang_annotateTokensImpl()
/external/clang/include/clang-c/
DIndex.h1494 CXCursor_ObjCInstanceMethodDecl = 16, enumerator