OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPredefinedStyle
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Format/
Format.h
258
bool
getPredefinedStyle
(StringRef Name, FormatStyle *Style);
/external/clang/unittests/Format/
FormatTest.cpp
[
all
...]
/external/clang/tools/clang-format/
ClangFormat.cpp
111
getPredefinedStyle
(DefaultStyle, &Style);
123
if (!
getPredefinedStyle
(StyleName, &Style))
/external/clang/lib/Format/
Format.cpp
77
if (clang::format::
getPredefinedStyle
(StyleName, &PredefinedStyle) &&
87
if (!clang::format::
getPredefinedStyle
(BasedOnStyle, &Style)) {
263
bool
getPredefinedStyle
(StringRef Name, FormatStyle *Style) {
[
all
...]
Completed in 230 milliseconds