Searched defs:FormatTok (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h92 FormatToken *FormatTok; member in class:clang::format::FormatTokenLexer
H A DUnwrappedLineParser.h184 FormatToken *FormatTok; member in class:clang::format::UnwrappedLineParser
H A DUnwrappedLineParser.cpp59 static bool isLineComment(const FormatToken &FormatTok) { argument
66 static bool continuesLineComment(const FormatToken &FormatTok, argument
883 mustBeJSIdent(const AdditionalKeywords &Keywords, const FormatToken *FormatTok) argument
898 mustBeJSIdentOrValue(const AdditionalKeywords &Keywords, const FormatToken *FormatTok) argument
907 isJSDeclOrStmt(const AdditionalKeywords &Keywords, const FormatToken *FormatTok) argument
2494 isOnNewLine(const FormatToken &FormatTok) argument
2502 continuesLineCommentSection(const FormatToken &FormatTok, const UnwrappedLine &Line, const llvm::Regex &CommentPragmasRegex) argument
2681 FormatToken *FormatTok = Comments[i]; local
[all...]

Completed in 116 milliseconds