Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXCursor.cpp80 if (K == CXCursor_ObjCClassMethodDecl || in MakeCXCursor()
931 } else if (cursor.kind == CXCursor_ObjCClassMethodDecl || in getSelectorIdentifierIndexAndLoc()
952 } else if (cursor.kind == CXCursor_ObjCClassMethodDecl || in getSelectorIdentifierCursor()
H A DCIndexHigh.cpp164 if ((cursor.kind == CXCursor_ObjCClassMethodDecl || in findFileIdRefVisit()
H A DCIndex.cpp3673 C.kind == CXCursor_ObjCClassMethodDecl) { in clang_Cursor_getSpellingNameRange()
3887 case CXCursor_ObjCClassMethodDecl: in clang_getCursorKindSpelling()
5636 cursor.kind == CXCursor_ObjCClassMethodDecl) { in Visit()
6117 Cursors[I].kind == CXCursor_ObjCClassMethodDecl) { in clang_annotateTokensImpl()
/minix3/external/bsd/llvm/dist/clang/include/clang-c/
H A DIndex.h1571 CXCursor_ObjCClassMethodDecl = 17, enumerator
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp2927 ? CXCursor_ObjCInstanceMethodDecl : CXCursor_ObjCClassMethodDecl; in getCursorKindForDecl()
6776 CXCursor_ObjCClassMethodDecl)); in AddObjCKeyValueCompletions()
6798 CXCursor_ObjCClassMethodDecl)); in AddObjCKeyValueCompletions()