Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports7 clang_CXXConstructor_isCopyConstructor
H A DCIndex.cpp8534 unsigned clang_CXXConstructor_isCopyConstructor(CXCursor C) { in clang_CXXConstructor_isCopyConstructor() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h4790 CINDEX_LINKAGE unsigned clang_CXXConstructor_isCopyConstructor(CXCursor C);
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py1458 return conf.lib.clang_CXXConstructor_isCopyConstructor(self)
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c895 if (clang_CXXConstructor_isCopyConstructor(Cursor)) in PrintCursor()