Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp3978 ? CXCursor_ObjCInstanceMethodDecl in getCursorKindForDecl()
8841 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
8863 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
8885 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
8935 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
8958 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
8985 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
9015 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
9047 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
9076 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
[all …]
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXCursor.cpp147 K == CXCursor_ObjCInstanceMethodDecl) { in MakeCXCursor()
1202 cursor.kind == CXCursor_ObjCInstanceMethodDecl) { in getSelectorIdentifierIndexAndLoc()
1223 cursor.kind == CXCursor_ObjCInstanceMethodDecl) { in getSelectorIdentifierCursor()
H A DCIndexHigh.cpp162 cursor.kind == CXCursor_ObjCInstanceMethodDecl) && in findFileIdRefVisit()
H A DCIndex.cpp5007 if (C.kind == CXCursor_ObjCInstanceMethodDecl || in clang_Cursor_getSpellingNameRange()
5425 case CXCursor_ObjCInstanceMethodDecl: in clang_getCursorKindSpelling()
7489 else if (cursor.kind == CXCursor_ObjCInstanceMethodDecl || in Visit()
7525 if (cursor.kind == CXCursor_ObjCInstanceMethodDecl && in Visit()
8005 if (Cursors[I].kind == CXCursor_ObjCInstanceMethodDecl || in clang_annotateTokensImpl()
/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h1750 CXCursor_ObjCInstanceMethodDecl = 16, enumerator