Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dobjc.rs12 use clang_sys::CXCursor_ObjCClassMethodDecl;
176 CXCursor_ObjCClassMethodDecl => { in from_ty()
181 let is_class_method = c.kind() == CXCursor_ObjCClassMethodDecl; in from_ty()
Dfunction.rs411 CXCursor_ObjCClassMethodDecl => { in from_ty()
490 kind == CXCursor_ObjCClassMethodDecl in from_ty()
/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/llvm-project/clang/tools/libclang/
DCXCursor.cpp146 if (K == CXCursor_ObjCClassMethodDecl || in MakeCXCursor()
1143 } else if (cursor.kind == CXCursor_ObjCClassMethodDecl || in getSelectorIdentifierIndexAndLoc()
1164 } else if (cursor.kind == CXCursor_ObjCClassMethodDecl || in getSelectorIdentifierCursor()
DCIndexHigh.cpp161 if ((cursor.kind == CXCursor_ObjCClassMethodDecl || in findFileIdRefVisit()
DCIndex.cpp4771 C.kind == CXCursor_ObjCClassMethodDecl) { in clang_Cursor_getSpellingNameRange()
5189 case CXCursor_ObjCClassMethodDecl: in clang_getCursorKindSpelling()
7209 cursor.kind == CXCursor_ObjCClassMethodDecl) { in Visit()
7725 Cursors[I].kind == CXCursor_ObjCClassMethodDecl) { in clang_annotateTokensImpl()
/external/clang/include/clang-c/
DIndex.h1599 CXCursor_ObjCClassMethodDecl = 17, enumerator
/external/llvm-project/clang/include/clang-c/
DIndex.h1752 CXCursor_ObjCClassMethodDecl = 17, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs235 const CXCursor_ObjCClassMethodDecl = 17, constant
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3041 ? CXCursor_ObjCInstanceMethodDecl : CXCursor_ObjCClassMethodDecl; in getCursorKindForDecl()
7017 CXCursor_ObjCClassMethodDecl)); in AddObjCKeyValueCompletions()
7039 CXCursor_ObjCClassMethodDecl)); in AddObjCKeyValueCompletions()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp3809 : CXCursor_ObjCClassMethodDecl; in getCursorKindForDecl()
8718 CXCursor_ObjCClassMethodDecl)); in AddObjCKeyValueCompletions()
8739 CXCursor_ObjCClassMethodDecl)); in AddObjCKeyValueCompletions()