Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCXCursor.cpp146 if (K == CXCursor_ObjCClassMethodDecl || in MakeCXCursor()
1201 } else if (cursor.kind == CXCursor_ObjCClassMethodDecl || in getSelectorIdentifierIndexAndLoc()
1222 } else if (cursor.kind == CXCursor_ObjCClassMethodDecl || in getSelectorIdentifierCursor()
H A DCIndexHigh.cpp161 if ((cursor.kind == CXCursor_ObjCClassMethodDecl || in findFileIdRefVisit()
H A DCIndex.cpp5008 C.kind == CXCursor_ObjCClassMethodDecl) { in clang_Cursor_getSpellingNameRange()
5427 case CXCursor_ObjCClassMethodDecl: in clang_getCursorKindSpelling()
7490 cursor.kind == CXCursor_ObjCClassMethodDecl) { in Visit()
8006 Cursors[I].kind == CXCursor_ObjCClassMethodDecl) { in clang_annotateTokensImpl()
/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h1752 CXCursor_ObjCClassMethodDecl = 17, enumerator
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp3979 : CXCursor_ObjCClassMethodDecl; in getCursorKindForDecl()
9370 CXCursor_ObjCClassMethodDecl)); in AddObjCKeyValueCompletions()
9391 CXCursor_ObjCClassMethodDecl)); in AddObjCKeyValueCompletions()