Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/libclang/
H A Dlibclang.map25 clang_CXXConstructor_isConvertingConstructor;
H A DCIndex.cpp8847 unsigned clang_CXXConstructor_isConvertingConstructor(CXCursor C) { in clang_CXXConstructor_isConvertingConstructor() function
/openbsd/gnu/llvm/clang/include/clang-c/
H A DIndex.h4245 clang_CXXConstructor_isConvertingConstructor(CXCursor C);
/openbsd/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py1453 return conf.lib.clang_CXXConstructor_isConvertingConstructor(self)
/openbsd/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c899 if (clang_CXXConstructor_isConvertingConstructor(Cursor)) in PrintCursor()