Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports8 clang_CXXConstructor_isMoveConstructor
DCIndex.cpp7457 unsigned clang_CXXConstructor_isMoveConstructor(CXCursor C) { in clang_CXXConstructor_isMoveConstructor() function
/external/clang/include/clang-c/
DIndex.h4134 CINDEX_LINKAGE unsigned clang_CXXConstructor_isMoveConstructor(CXCursor C);
/external/clang/bindings/python/clang/
Dcindex.py1215 return conf.lib.clang_CXXConstructor_isMoveConstructor(self)
/external/clang/tools/c-index-test/
Dc-index-test.c779 if (clang_CXXConstructor_isMoveConstructor(Cursor)) in PrintCursor()