Home
last modified time | relevance | path

Searched refs:clang_CXXMethod_isStatic (Results 1 – 12 of 12) sorted by relevance

/external/clang/tools/libclang/
Dlibclang.exports13 clang_CXXMethod_isStatic
DCIndex.cpp7518 unsigned clang_CXXMethod_isStatic(CXCursor C) { in clang_CXXMethod_isStatic() function
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports14 clang_CXXMethod_isStatic
DCIndex.cpp8553 unsigned clang_CXXMethod_isStatic(CXCursor C) { in clang_CXXMethod_isStatic() function
/external/clang/include/clang-c/
DIndex.h4156 CINDEX_LINKAGE unsigned clang_CXXMethod_isStatic(CXCursor C);
/external/rust/crates/bindgen/src/
Dclang.rs663 unsafe { clang_CXXMethod_isStatic(self.x) != 0 } in method_is_static()
/external/llvm-project/clang/include/clang-c/
DIndex.h4802 CINDEX_LINKAGE unsigned clang_CXXMethod_isStatic(CXCursor C);
/external/rust/crates/clang-sys/src/
Dlib.rs1708 pub fn clang_CXXMethod_isStatic(cursor: CXCursor) -> c_uint;
/external/clang/bindings/python/clang/
Dcindex.py1239 return conf.lib.clang_CXXMethod_isStatic(self)
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py1492 return conf.lib.clang_CXXMethod_isStatic(self)
/external/clang/tools/c-index-test/
Dc-index-test.c789 if (clang_CXXMethod_isStatic(Cursor)) in PrintCursor()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c902 if (clang_CXXMethod_isStatic(Cursor)) in PrintCursor()