Home
last modified time | relevance | path

Searched refs:InPragmaDirective (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h55 InPragmaDirective(Line.InPragmaDirective), in AnnotatedLine()
176 bool InPragmaDirective; variable
H A DUnwrappedLineParser.h48 bool InPragmaDirective = false; member
H A DContinuationIndenter.cpp1426 if (State.Line->InPragmaDirective) { in getNewLineColumn()
H A DTokenAnnotator.cpp877 } else if (!Style.isVerilog() && !Line.InPragmaDirective && in parseSquare()
2579 (Line.InPragmaDirective && NextNonComment->is(tok::identifier))))) { in isStartOfName()
H A DUnwrappedLineParser.cpp1208 Line->InPragmaDirective = true; in parsePPPragma()