Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.h28 LT_ImportStatement, enumerator
H A DTokenAnnotator.cpp1213 return LT_ImportStatement; in parsePreprocessorDirective()
1230 Type = LT_ImportStatement; in parsePreprocessorDirective()
1280 return LT_ImportStatement; in parseLine()
1287 return LT_ImportStatement; in parseLine()
1298 return LT_ImportStatement; in parseLine()
1333 return LT_ImportStatement; in parseLine()
2292 NextNonCommentLine->Type == LT_ImportStatement)) in setCommentLineLevels()
3590 if (Style.JavaScriptWrapImports || Line.Type != LT_ImportStatement) { in mustBreakBefore()
H A DContinuationIndenter.cpp250 Line->Type == LT_ImportStatement)) in getInitialState()
589 State.Line->Type == LT_ImportStatement)) { in addTokenOnCurrentLine()
887 State.Line->InPPDirective && State.Line->Type != LT_ImportStatement; in addTokenOnNewLine()
1826 } else if (State.Line->Type != LT_ImportStatement) { in handleEndOfLine()
H A DUnwrappedLineFormatter.cpp1169 (TheLine.Type == LT_ImportStatement && in format()
1322 Line.Type == LT_ImportStatement)) in formatFirstToken()