OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LineState
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Format/
ContinuationIndenter.h
31
struct
LineState
;
47
LineState
getInitialState(unsigned FirstIndent, const AnnotatedLine *Line,
53
bool canBreak(const
LineState
&State);
56
bool mustBreak(const
LineState
&State);
66
unsigned addTokenToState(
LineState
&State, bool Newline, bool DryRun,
71
unsigned getColumnLimit(const
LineState
&State) const;
76
unsigned moveStateToNextToken(
LineState
&State, bool DryRun, bool Newline);
79
void moveStatePastFakeLParens(
LineState
&State, bool Newline);
81
void moveStatePastFakeRParens(
LineState
&State);
84
void moveStatePastScopeOpener(
LineState
&State, bool Newline)
[
all
...]
/external/deqp/framework/referencerenderer/
rrRenderState.hpp
305
struct
LineState
309
LineState
(void)
364
LineState
line;
Completed in 994 milliseconds