Home
last modified time | relevance | path

Searched refs:CXCursor_CXXMethod (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/bindgen/src/ir/
Dfunction.rs47 clang_sys::CXCursor_CXXMethod => { in from_cursor()
409 CXCursor_CXXMethod | in from_ty()
444 let is_method = kind == CXCursor_CXXMethod; in from_ty()
Dcomp.rs1429 CXCursor_CXXMethod => { in from_ty()
1482 CXCursor_CXXMethod => { in from_ty()
/external/llvm-project/clang-tools-extra/clangd/
DQuality.cpp101 case CXCursor_CXXMethod: in categorize()
/external/clang/include/clang-c/
DIndex.h1607 CXCursor_CXXMethod = 21, enumerator
/external/llvm-project/clang/include/clang-c/
DIndex.h1760 CXCursor_CXXMethod = 21, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs239 const CXCursor_CXXMethod = 21, constant
/external/clang/tools/libclang/
DCIndex.cpp4341 if (C.kind == CXCursor_CXXMethod || C.kind == CXCursor_Destructor || in clang_Cursor_getSpellingNameRange()
4522 case CXCursor_CXXMethod: in clang_getCursorKindSpelling()
6344 else if (cursor.kind == CXCursor_CXXMethod) { in Visit()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp4805 if (C.kind == CXCursor_CXXMethod || C.kind == CXCursor_Destructor || in clang_Cursor_getSpellingNameRange()
5195 case CXCursor_CXXMethod: in clang_getCursorKindSpelling()
7225 else if (cursor.kind == CXCursor_CXXMethod) { in Visit()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3042 case Decl::CXXMethod: return CXCursor_CXXMethod; in getCursorKindForDecl()
3272 CXCursor_CXXMethod, in MaybeAddOverrideCalls()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp3811 return CXCursor_CXXMethod; in getCursorKindForDecl()
4065 Builder.TakeString(), CCP_SuperCompletion, CXCursor_CXXMethod, in MaybeAddOverrideCalls()