Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXCursor.cpp70 if (K == CXCursor_ObjCClassMethodDecl || in MakeCXCursor()
857 } else if (cursor.kind == CXCursor_ObjCClassMethodDecl || in getSelectorIdentifierIndexAndLoc()
878 } else if (cursor.kind == CXCursor_ObjCClassMethodDecl || in getSelectorIdentifierCursor()
DCIndexHigh.cpp164 if ((cursor.kind == CXCursor_ObjCClassMethodDecl || in findFileIdRefVisit()
DCIndex.cpp3383 C.kind == CXCursor_ObjCClassMethodDecl) { in clang_Cursor_getSpellingNameRange()
3554 case CXCursor_ObjCClassMethodDecl: in clang_getCursorKindSpelling()
5209 cursor.kind == CXCursor_ObjCClassMethodDecl) { in Visit()
5684 Cursors[I].kind == CXCursor_ObjCClassMethodDecl) { in clang_annotateTokensImpl()
/external/clang/include/clang-c/
DIndex.h1496 CXCursor_ObjCClassMethodDecl = 17, enumerator
/external/clang/lib/Sema/
DSemaCodeComplete.cpp2932 ? CXCursor_ObjCInstanceMethodDecl : CXCursor_ObjCClassMethodDecl; in getCursorKindForDecl()
6841 CXCursor_ObjCClassMethodDecl)); in AddObjCKeyValueCompletions()
6862 CXCursor_ObjCClassMethodDecl)); in AddObjCKeyValueCompletions()