Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports9 clang_CXXConstructor_isMoveConstructor
H A DCIndex.cpp8544 unsigned clang_CXXConstructor_isMoveConstructor(CXCursor C) { in clang_CXXConstructor_isMoveConstructor() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h4800 CINDEX_LINKAGE unsigned clang_CXXConstructor_isMoveConstructor(CXCursor C);
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py1468 return conf.lib.clang_CXXConstructor_isMoveConstructor(self)
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c893 if (clang_CXXConstructor_isMoveConstructor(Cursor)) in PrintCursor()