OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BasedOnStyle
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Format/
Format.cpp
477
IO.mapOptional("#
BasedOnStyle
", StyleName);
482
StringRef
BasedOnStyle
;
483
IO.mapOptional("
BasedOnStyle
",
BasedOnStyle
);
484
if (!
BasedOnStyle
.empty()) {
488
if (!getPredefinedStyle(
BasedOnStyle
, Language, &Style)) {
489
IO.setError(Twine("Unknown value for
BasedOnStyle
: ",
BasedOnStyle
));
751
IO.mapOptional("
BasedOnStyle
", Format.
BasedOnStyle
);
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h
2673
std::string
BasedOnStyle
;
2678
BasedOnStyle
== Other.
BasedOnStyle
;
2689
/// predefined style given by '
BasedOnStyle
' is used. If '
BasedOnStyle
' is not
2709
///
BasedOnStyle
: google
2714
///
BasedOnStyle
: llvm
3475
/// Style->Language is used to get the base style, if the ``
BasedOnStyle
``
3480
/// When ``
BasedOnStyle
`` is not present, options not present in the YAML
Completed in 17 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026