Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp4013 ? CXCursor_ObjCInstanceMethodDecl in getCursorKindForDecl()
8895 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
8917 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
8939 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
8989 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
9012 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
9039 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
9069 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
9101 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
9130 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
[all …]
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXCursor.cpp147 K == CXCursor_ObjCInstanceMethodDecl) { in MakeCXCursor()
1209 cursor.kind == CXCursor_ObjCInstanceMethodDecl) { in getSelectorIdentifierIndexAndLoc()
1230 cursor.kind == CXCursor_ObjCInstanceMethodDecl) { in getSelectorIdentifierCursor()
H A DCIndexHigh.cpp162 cursor.kind == CXCursor_ObjCInstanceMethodDecl) && in findFileIdRefVisit()
H A DCIndex.cpp5037 if (C.kind == CXCursor_ObjCInstanceMethodDecl || in clang_Cursor_getSpellingNameRange()
5455 case CXCursor_ObjCInstanceMethodDecl: in clang_getCursorKindSpelling()
7526 else if (cursor.kind == CXCursor_ObjCInstanceMethodDecl || in Visit()
7562 if (cursor.kind == CXCursor_ObjCInstanceMethodDecl && in Visit()
8042 if (Cursors[I].kind == CXCursor_ObjCInstanceMethodDecl || in clang_annotateTokensImpl()
/openbsd-src/gnu/llvm/clang/include/clang-c/
H A DIndex.h1082 CXCursor_ObjCInstanceMethodDecl = 16, enumerator