Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
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()
DCIndexHigh.cpp164 if ((cursor.kind == CXCursor_ObjCClassMethodDecl || in findFileIdRefVisit()
DCIndex.cpp3734 C.kind == CXCursor_ObjCClassMethodDecl) { in clang_Cursor_getSpellingNameRange()
3948 case CXCursor_ObjCClassMethodDecl: in clang_getCursorKindSpelling()
5700 cursor.kind == CXCursor_ObjCClassMethodDecl) { in Visit()
6181 Cursors[I].kind == CXCursor_ObjCClassMethodDecl) { in clang_annotateTokensImpl()
/external/clang/include/clang-c/
DIndex.h1571 CXCursor_ObjCClassMethodDecl = 17, enumerator
/external/clang/lib/Sema/
DSemaCodeComplete.cpp2973 ? CXCursor_ObjCInstanceMethodDecl : CXCursor_ObjCClassMethodDecl; in getCursorKindForDecl()
6917 CXCursor_ObjCClassMethodDecl)); in AddObjCKeyValueCompletions()
6939 CXCursor_ObjCClassMethodDecl)); in AddObjCKeyValueCompletions()