OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FD_Unformatted
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Format/
FormatToken.h
105
enum FormatDecision {
FD_Unformatted
, FD_Continue, FD_Break };
274
FormatDecision Decision =
FD_Unformatted
;
UnwrappedLineFormatter.cpp
720
if (LastFormat ==
FD_Unformatted
|| LastFormat == FD_Continue)
722
if (LastFormat ==
FD_Unformatted
|| LastFormat == FD_Break)
[
all
...]
Completed in 109 milliseconds