Searched refs:LT_ImportStatement (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.h28 LT_ImportStatement, enumerator in enum:clang::format::LineType
H A DContinuationIndenter.cpp250 Line->Type == LT_ImportStatement))
589 State.Line->Type == LT_ImportStatement)) {
887 State.Line->InPPDirective && State.Line->Type != LT_ImportStatement;
1826 } else if (State.Line->Type != LT_ImportStatement) {
H A DTokenAnnotator.cpp1213 return LT_ImportStatement;
1230 Type = LT_ImportStatement;
1280 return LT_ImportStatement;
1287 return LT_ImportStatement;
1298 return LT_ImportStatement;
1317 // LT_ImportStatement (i.e. prevent wraps on it for long URIs).
1333 return LT_ImportStatement;
2292 NextNonCommentLine->Type == LT_ImportStatement))
3590 if (Style.JavaScriptWrapImports || Line.Type != LT_ImportStatement) {
H A DUnwrappedLineFormatter.cpp1169 (TheLine.Type == LT_ImportStatement &&
1322 Line.Type == LT_ImportStatement))

Completed in 368 milliseconds