HomeSort by: relevance | last modified time | path
    Searched refs:BasedOnStyle (Results 1 - 3 of 3) sorted by relevancy

  /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
  /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...]
ContinuationIndenter.cpp 190 if (!getPredefinedStyle(RawStringFormat.BasedOnStyle,

Completed in 27 milliseconds