Home
last modified time | relevance | path

Searched refs:checkUnexpectedAssignmentInFunctionCall (Results 1 – 7 of 7) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionRParser.hpp65 bool checkUnexpectedAssignmentInFunctionCall = false, in ParseOptions() argument
71 checkUnexpectedAssignmentInFunctionCall_(checkUnexpectedAssignmentInFunctionCall), in ParseOptions()
107 bool checkUnexpectedAssignmentInFunctionCall() const in checkUnexpectedAssignmentInFunctionCall() function in rstudio::session::modules::rparser::ParseOptions
112 void setCheckUnexpectedAssignmentInFunctionCall(bool checkUnexpectedAssignmentInFunctionCall) in setCheckUnexpectedAssignmentInFunctionCall() argument
114 checkUnexpectedAssignmentInFunctionCall_ = checkUnexpectedAssignmentInFunctionCall; in setCheckUnexpectedAssignmentInFunctionCall()
H A DSessionDiagnostics.cpp655 prefs::userPrefs().checkUnexpectedAssignmentInFunctionCall()); in parse()
H A DSessionRParser.cpp2565 if (status.parseOptions().checkUnexpectedAssignmentInFunctionCall()) in doParse()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/prefs/model/
H A DUserPrefsAccessor.java872 public PrefValue<Boolean> checkUnexpectedAssignmentInFunctionCall() in checkUnexpectedAssignmentInFunctionCall() method in UserPrefsAccessor
3287checkUnexpectedAssignmentInFunctionCall().setValue(layer, source.getBool("check_unexpected_assignm… in syncPrefs()
3683 prefs.add(checkUnexpectedAssignmentInFunctionCall()); in allPrefs()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/prefs/views/
H A DEditingPreferencesPane.java442 …eckboxPref("Check usage of '<-' in function call", prefs.checkUnexpectedAssignmentInFunctionCall()… in EditingPreferencesPane()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/include/session/prefs/
H A DUserPrefValues.hpp731 bool checkUnexpectedAssignmentInFunctionCall();
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/prefs/
H A DUserPrefValues.cpp744 bool UserPrefValues::checkUnexpectedAssignmentInFunctionCall() in checkUnexpectedAssignmentInFunctionCall() function in rstudio::session::prefs::UserPrefValues