Home
last modified time | relevance | path

Searched refs:braceLoc (Results 1 – 4 of 4) sorted by relevance

/dports/devel/bcpp/bcpp-20210108/code/
H A Dcmdline.cpp172 DecodeFlg ("BCL", settings.braceLoc, false); in ProcessCommandLine()
173 DecodeFlg ("BNL", settings.braceLoc, true); in ProcessCommandLine()
H A Dconfig.h45 bool braceLoc ; // true = place on new line, false = at end of code member
H A Dconfig.cpp448 DecodeIt (userSettings.braceLoc); in SetConfig()
523 verbose ("Open Braces On New Line : %s\n", choices[userSettings.braceLoc+1]); in ShowConfig()
H A Dbcpp.cpp2584 if (splitBraces || userS.braceLoc == true) in ReformatLCurly()
2586 TRACE(("...leave brace, restart (%d,%d)\n", splitBraces, userS.braceLoc)); in ReformatLCurly()
2798 if (splitBraces || userS.braceLoc == true) in ReformatRCurly()
2800 TRACE(("...leave brace, restart (%d,%d)\n", splitBraces, userS.braceLoc)); in ReformatRCurly()
3100 || userS.braceLoc == false) // place open braces on same line as code in OutputToOutFile()
3107 if (userS.braceLoc == false) // place closing braces on same line as code in OutputToOutFile()