OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SortIncludes
(Results
1 - 5
of
5
) sorted by null
/external/clang/tools/clang-format/
ClangFormat.cpp
101
static cl::opt<bool>
SortIncludes
(
104
"
SortIncludes
style flag"),
255
if (
SortIncludes
.getNumOccurrences() != 0)
256
FormatStyle.
SortIncludes
=
SortIncludes
;
258
Replacements Replaces =
sortIncludes
(FormatStyle, Code->getBuffer(), Ranges,
/external/clang/unittests/Format/
SortIncludesTest.cpp
26
applyAllReplacements(Code,
sortIncludes
(Style, Code, Ranges, FileName));
33
sortIncludes
(Style, Code, Ranges, "input.cpp", &Cursor);
70
Style.
SortIncludes
= false;
FormatTest.cpp
[
all
...]
/external/clang/include/clang/Format/
Format.h
505
bool
SortIncludes
;
720
tooling::Replacements
sortIncludes
(const FormatStyle &Style, StringRef Code,
/external/clang/lib/Format/
Format.cpp
316
IO.mapOptional("
SortIncludes
", Style.
SortIncludes
);
539
LLVMStyle.
SortIncludes
= true;
672
NoStyle.
SortIncludes
= false;
[
all
...]
Completed in 179 milliseconds