Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXCursor.cpp146 if (K == CXCursor_ObjCClassMethodDecl || in MakeCXCursor()
1208 } else if (cursor.kind == CXCursor_ObjCClassMethodDecl || in getSelectorIdentifierIndexAndLoc()
1229 } else if (cursor.kind == CXCursor_ObjCClassMethodDecl || in getSelectorIdentifierCursor()
H A DCIndexHigh.cpp161 if ((cursor.kind == CXCursor_ObjCClassMethodDecl || in findFileIdRefVisit()
H A DCIndex.cpp5038 C.kind == CXCursor_ObjCClassMethodDecl) { in clang_Cursor_getSpellingNameRange()
5457 case CXCursor_ObjCClassMethodDecl: in clang_getCursorKindSpelling()
7527 cursor.kind == CXCursor_ObjCClassMethodDecl) { in Visit()
8043 Cursors[I].kind == CXCursor_ObjCClassMethodDecl) { in clang_annotateTokensImpl()
/openbsd-src/gnu/llvm/clang/include/clang-c/
H A DIndex.h1084 CXCursor_ObjCClassMethodDecl = 17, enumerator
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp4014 : CXCursor_ObjCClassMethodDecl; in getCursorKindForDecl()
9424 CXCursor_ObjCClassMethodDecl)); in AddObjCKeyValueCompletions()
9445 CXCursor_ObjCClassMethodDecl)); in AddObjCKeyValueCompletions()