Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Format/
H A DTokenAnnotator.h26 LT_ImportStatement, enumerator
H A DTokenAnnotator.cpp1402 return LT_ImportStatement; in parsePreprocessorDirective()
1423 Type = LT_ImportStatement; in parsePreprocessorDirective()
1480 return LT_ImportStatement; in parseLine()
1487 return LT_ImportStatement; in parseLine()
1498 return LT_ImportStatement; in parseLine()
1533 return LT_ImportStatement; in parseLine()
2734 NextNonCommentLine->Type == LT_ImportStatement; in setCommentLineLevels()
4312 Line.Type == LT_ImportStatement) { in spaceRequiredBefore()
4497 if (Style.JavaScriptWrapImports || Line.Type != LT_ImportStatement) { in mustBreakBefore()
H A DContinuationIndenter.cpp252 Line->Type == LT_ImportStatement)) { in getInitialState()
676 State.Line->Type == LT_ImportStatement)) { in addTokenOnCurrentLine()
990 State.Line->InPPDirective && State.Line->Type != LT_ImportStatement; in addTokenOnNewLine()
2023 } else if (State.Line->Type != LT_ImportStatement) { in handleEndOfLine()
H A DUnwrappedLineFormatter.cpp1353 (TheLine.Type == LT_ImportStatement && in format()
1514 Line.Type == LT_ImportStatement)) { in formatFirstToken()