Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dobjc.rs14 use clang_sys::CXCursor_ObjCInstanceMethodDecl;
175 CXCursor_ObjCInstanceMethodDecl | in from_ty()
Dfunction.rs410 CXCursor_ObjCInstanceMethodDecl | in from_ty()
489 let ty_ret_type = if kind == CXCursor_ObjCInstanceMethodDecl || in from_ty()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3041 ? CXCursor_ObjCInstanceMethodDecl : CXCursor_ObjCClassMethodDecl; in getCursorKindForDecl()
6473 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6497 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6520 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6571 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6595 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6622 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6654 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6688 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
6719 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
[all …]
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp3808 ? CXCursor_ObjCInstanceMethodDecl in getCursorKindForDecl()
8189 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
8211 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
8233 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
8283 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
8306 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
8333 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
8363 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
8395 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
8424 CXCursor_ObjCInstanceMethodDecl)); in AddObjCKeyValueCompletions()
[all …]
/external/clang/tools/libclang/
DCXCursor.cpp84 K == CXCursor_ObjCInstanceMethodDecl) { in MakeCXCursor()
996 cursor.kind == CXCursor_ObjCInstanceMethodDecl) { in getSelectorIdentifierIndexAndLoc()
1017 cursor.kind == CXCursor_ObjCInstanceMethodDecl) { in getSelectorIdentifierCursor()
DCIndexHigh.cpp165 cursor.kind == CXCursor_ObjCInstanceMethodDecl) && in findFileIdRefVisit()
DCIndex.cpp4306 if (C.kind == CXCursor_ObjCInstanceMethodDecl || in clang_Cursor_getSpellingNameRange()
4514 case CXCursor_ObjCInstanceMethodDecl: in clang_getCursorKindSpelling()
6327 else if (cursor.kind == CXCursor_ObjCInstanceMethodDecl || in Visit()
6363 if (cursor.kind == CXCursor_ObjCInstanceMethodDecl && in Visit()
6793 if (Cursors[I].kind == CXCursor_ObjCInstanceMethodDecl || in clang_annotateTokensImpl()
/external/llvm-project/clang/tools/libclang/
DCXCursor.cpp147 K == CXCursor_ObjCInstanceMethodDecl) { in MakeCXCursor()
1144 cursor.kind == CXCursor_ObjCInstanceMethodDecl) { in getSelectorIdentifierIndexAndLoc()
1165 cursor.kind == CXCursor_ObjCInstanceMethodDecl) { in getSelectorIdentifierCursor()
DCIndexHigh.cpp162 cursor.kind == CXCursor_ObjCInstanceMethodDecl) && in findFileIdRefVisit()
DCIndex.cpp4770 if (C.kind == CXCursor_ObjCInstanceMethodDecl || in clang_Cursor_getSpellingNameRange()
5187 case CXCursor_ObjCInstanceMethodDecl: in clang_getCursorKindSpelling()
7208 else if (cursor.kind == CXCursor_ObjCInstanceMethodDecl || in Visit()
7244 if (cursor.kind == CXCursor_ObjCInstanceMethodDecl && in Visit()
7724 if (Cursors[I].kind == CXCursor_ObjCInstanceMethodDecl || in clang_annotateTokensImpl()
/external/clang/include/clang-c/
DIndex.h1597 CXCursor_ObjCInstanceMethodDecl = 16, enumerator
/external/llvm-project/clang/include/clang-c/
DIndex.h1750 CXCursor_ObjCInstanceMethodDecl = 16, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs234 const CXCursor_ObjCInstanceMethodDecl = 16, constant