Searched defs:InPPDirective (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h131 bool InPPDirective; member in class:clang::format::AnnotatedLine
H A DBreakableToken.h234 BreakableToken(const FormatToken &Tok, bool InPPDirective, argument
240 const bool InPPDirective; member in class:clang::format::BreakableToken
H A DUnwrappedLineParser.h47 bool InPPDirective; member in struct:clang::format::UnwrappedLine
H A DBreakableToken.cpp594 PrefixWithTrailingIndent, InPPDirective, /*Newline local
234 BreakableStringLiteral( const FormatToken &Tok, unsigned StartColumn, StringRef Prefix, StringRef Postfix, unsigned UnbreakableTailLength, bool InPPDirective, encoding::Encoding Encoding, const FormatStyle &Style) argument
262 BreakableComment(const FormatToken &Token, unsigned StartColumn, bool InPPDirective, encoding::Encoding Encoding, const FormatStyle &Style) argument
333 BreakableBlockComment( const FormatToken &Token, unsigned StartColumn, unsigned OriginalStartColumn, bool FirstInLine, bool InPPDirective, encoding::Encoding Encoding, const FormatStyle &Style, bool UseCRLF) argument
640 /*CurrentPrefix=*/ReflowPrefix, InPPDirective, /*Newlines=*/0, local
690 InPPDirective, /*Newlines=*/1, ContentColumn[LineIndex] - Prefix.size()); local
720 BreakableLineCommentSection( const FormatToken &Token, unsigned StartColumn, unsigned OriginalStartColumn, bool FirstInLine, bool InPPDirective, encoding::Encoding Encoding, const FormatStyle &Style) argument
841 Prefix[LineIndex], InPPDirective, /*Newlines=*/1, local
[all...]
H A DWhitespaceManager.cpp46 replaceWhitespace(FormatToken &Tok, unsigned Newlines, unsigned Spaces, unsigned StartOfTokenColumn, bool IsAligned, bool InPPDirective) argument
59 addUntouchableToken(const FormatToken &Tok, bool InPPDirective) argument
75 replaceWhitespaceInToken( const FormatToken &Tok, unsigned Offset, unsigned ReplaceChars, StringRef PreviousPostfix, StringRef CurrentPrefix, bool InPPDirective, unsigned Newlines, int Spaces) argument

Completed in 172 milliseconds