Home
last modified time | relevance | path

Searched refs:clang_CXXConstructor_isConvertingConstructor (Results 1 – 11 of 11) sorted by relevance

/external/clang/tools/libclang/
Dlibclang.exports5 clang_CXXConstructor_isConvertingConstructor
DCIndex.cpp7467 unsigned clang_CXXConstructor_isConvertingConstructor(CXCursor C) { in clang_CXXConstructor_isConvertingConstructor() function
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports6 clang_CXXConstructor_isConvertingConstructor
DCIndex.cpp8502 unsigned clang_CXXConstructor_isConvertingConstructor(CXCursor C) { in clang_CXXConstructor_isConvertingConstructor() function
/external/clang/include/clang-c/
DIndex.h4119 CINDEX_LINKAGE unsigned clang_CXXConstructor_isConvertingConstructor(CXCursor C);
/external/llvm-project/clang/include/clang-c/
DIndex.h4765 clang_CXXConstructor_isConvertingConstructor(CXCursor C);
/external/rust/crates/clang-sys/src/
Dlib.rs1690 pub fn clang_CXXConstructor_isConvertingConstructor(cursor: CXCursor) -> c_uint;
/external/clang/bindings/python/clang/
Dcindex.py1200 return conf.lib.clang_CXXConstructor_isConvertingConstructor(self)
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py1453 return conf.lib.clang_CXXConstructor_isConvertingConstructor(self)
/external/clang/tools/c-index-test/
Dc-index-test.c783 if (clang_CXXConstructor_isConvertingConstructor(Cursor)) in PrintCursor()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c896 if (clang_CXXConstructor_isConvertingConstructor(Cursor)) in PrintCursor()