Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h54 InPragmaDirective(Line.InPragmaDirective), in AnnotatedLine()
175 bool InPragmaDirective; variable
H A DUnwrappedLineParser.h57 bool InPragmaDirective = false; member
H A DTokenAnnotator.cpp818 } else if (!Style.isVerilog() && !Line.InPragmaDirective && in parseSquare()
1121 !Line.InPragmaDirective) { in consumeToken()
2213 (Line.InPragmaDirective && NextNonComment->is(tok::identifier))))) { in isStartOfName()
H A DContinuationIndenter.cpp1405 if (State.Line->InPragmaDirective) { in getNewLineColumn()
H A DUnwrappedLineParser.cpp1203 Line->InPragmaDirective = true; in parsePPPragma()