Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp3862 ? CXCursor_ObjCInstanceMethodDecl in getCursorKindForDecl()
8351 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
8373 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
8395 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
8445 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
8468 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
8495 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
8525 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
8557 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
8586 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXCursor.cpp147 K == CXCursor_ObjCInstanceMethodDecl) { in MakeCXCursor()
1159 cursor.kind == CXCursor_ObjCInstanceMethodDecl) { in getSelectorIdentifierIndexAndLoc()
1180 cursor.kind == CXCursor_ObjCInstanceMethodDecl) { in getSelectorIdentifierCursor()
H A DCIndexHigh.cpp162 cursor.kind == CXCursor_ObjCInstanceMethodDecl) && in findFileIdRefVisit()
H A DCIndex.cpp4811 if (C.kind == CXCursor_ObjCInstanceMethodDecl || in clang_Cursor_getSpellingNameRange()
5229 case CXCursor_ObjCInstanceMethodDecl: in clang_getCursorKindSpelling()
7260 else if (cursor.kind == CXCursor_ObjCInstanceMethodDecl || in Visit()
7296 if (cursor.kind == CXCursor_ObjCInstanceMethodDecl && in Visit()
7776 if (Cursors[I].kind == CXCursor_ObjCInstanceMethodDecl || in clang_annotateTokensImpl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h1750 CXCursor_ObjCInstanceMethodDecl = 16, enumerator