Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXCursor.cpp83 if (K == CXCursor_ObjCClassMethodDecl || in MakeCXCursor()
995 } else if (cursor.kind == CXCursor_ObjCClassMethodDecl || in getSelectorIdentifierIndexAndLoc()
1016 } else if (cursor.kind == CXCursor_ObjCClassMethodDecl || in getSelectorIdentifierCursor()
DCIndexHigh.cpp164 if ((cursor.kind == CXCursor_ObjCClassMethodDecl || in findFileIdRefVisit()
DCIndex.cpp4307 C.kind == CXCursor_ObjCClassMethodDecl) { in clang_Cursor_getSpellingNameRange()
4516 case CXCursor_ObjCClassMethodDecl: in clang_getCursorKindSpelling()
6328 cursor.kind == CXCursor_ObjCClassMethodDecl) { in Visit()
6794 Cursors[I].kind == CXCursor_ObjCClassMethodDecl) { in clang_annotateTokensImpl()
/external/clang/include/clang-c/
DIndex.h1599 CXCursor_ObjCClassMethodDecl = 17, enumerator
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3041 ? CXCursor_ObjCInstanceMethodDecl : CXCursor_ObjCClassMethodDecl; in getCursorKindForDecl()
7017 CXCursor_ObjCClassMethodDecl)); in AddObjCKeyValueCompletions()
7039 CXCursor_ObjCClassMethodDecl)); in AddObjCKeyValueCompletions()