Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports6 clang_CXXConstructor_isCopyConstructor
DCIndex.cpp7447 unsigned clang_CXXConstructor_isCopyConstructor(CXCursor C) { in clang_CXXConstructor_isCopyConstructor() function
/external/clang/include/clang-c/
DIndex.h4124 CINDEX_LINKAGE unsigned clang_CXXConstructor_isCopyConstructor(CXCursor C);
/external/clang/bindings/python/clang/
Dcindex.py1205 return conf.lib.clang_CXXConstructor_isCopyConstructor(self)
/external/clang/tools/c-index-test/
Dc-index-test.c781 if (clang_CXXConstructor_isCopyConstructor(Cursor)) in PrintCursor()