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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatTokenLexer.h98 FormatToken *FormatTok; member in class:clang::format::FormatTokenLexer
H A DUnwrappedLineParser.h203 FormatToken *FormatTok; member in class:clang::format::UnwrappedLineParser
H A DUnwrappedLineParser.cpp60 static bool isLineComment(const FormatToken &FormatTok) { argument
67 static bool continuesLineComment(const FormatToken &FormatTok, argument
952 mustBeJSIdent(const AdditionalKeywords &Keywords, const FormatToken *FormatTok) argument
967 mustBeJSIdentOrValue(const AdditionalKeywords &Keywords, const FormatToken *FormatTok) argument
976 isJSDeclOrStmt(const AdditionalKeywords &Keywords, const FormatToken *FormatTok) argument
3002 isOnNewLine(const FormatToken &FormatTok) argument
3010 continuesLineCommentSection(const FormatToken &FormatTok, const UnwrappedLine &Line, const llvm::Regex &CommentPragmasRegex) argument
3189 FormatToken *FormatTok = Comments[i]; local
[all...]

Completed in 182 milliseconds