Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXCursor.cpp146 if (K == CXCursor_ObjCClassMethodDecl || in MakeCXCursor()
1158 } else if (cursor.kind == CXCursor_ObjCClassMethodDecl || in getSelectorIdentifierIndexAndLoc()
1179 } else if (cursor.kind == CXCursor_ObjCClassMethodDecl || in getSelectorIdentifierCursor()
H A DCIndexHigh.cpp161 if ((cursor.kind == CXCursor_ObjCClassMethodDecl || in findFileIdRefVisit()
H A DCIndex.cpp4812 C.kind == CXCursor_ObjCClassMethodDecl) {
5231 case CXCursor_ObjCClassMethodDecl:
7261 cursor.kind == CXCursor_ObjCClassMethodDecl) { in Visit()
7777 Cursors[I].kind == CXCursor_ObjCClassMethodDecl) { in clang_annotateTokensImpl()
/netbsd/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h1752 CXCursor_ObjCClassMethodDecl = 17, enumerator
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp3863 : CXCursor_ObjCClassMethodDecl; in getCursorKindForDecl()
8880 CXCursor_ObjCClassMethodDecl)); in AddObjCKeyValueCompletions()
8901 CXCursor_ObjCClassMethodDecl)); in AddObjCKeyValueCompletions()