OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fallbackStyle
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
ClangFormatPackage.cs
36
private string
fallbackStyle
= "LLVM";
162
public string
FallbackStyle
164
get { return
fallbackStyle
; }
165
set {
fallbackStyle
= value; }
280
optionsWithNoFallbackStyle.
FallbackStyle
= "none";
382
string
fallbackStyle
= options.
FallbackStyle
.Replace("\"", "\\\"");
387
" -fallback-style \"" +
fallbackStyle
+ "\"";
Completed in 26 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026