Home
last modified time | relevance | path

Searched refs:cppInterface (Results 1 – 2 of 2) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cppeditor/
H A Dcppquickfixassistant.cpp59 auto cppInterface = assistInterface.staticCast<const CppQuickFixInterface>(); in perform() local
63 factory->match(*cppInterface, quickFixes); in perform()
/dports/devel/R-cran-Rcpp/Rcpp/src/
H A Dattributes.cpp804 bool cppInterface,
2765 bool cppInterface, in generateCpp() argument
2788 ostr << (cppInterface ? "static" : "RcppExport"); in generateCpp()
2792 if (cppInterface) in generateCpp()
2808 if (!cppInterface && attribute.rng()) in generateCpp()
2840 ostr << (cppInterface ? "END_RCPP_RETURN_ERROR" : "END_RCPP") in generateCpp()
2845 if (cppInterface) { in generateCpp()