Searched defs:Keywords (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.h68 const AdditionalKeywords &Keywords; member in class:clang::format::UnwrappedLineFormatter
30 UnwrappedLineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, const FormatStyle &Style, const AdditionalKeywords &Keywords, const SourceManager &SourceMgr, FormattingAttemptStatus *Status) argument
H A DUnwrappedLineFormatter.cpp123 const AdditionalKeywords &Keywords; member in class:clang::format::__anon1873::LevelIndentTracker
40 LevelIndentTracker(const FormatStyle &Style, const AdditionalKeywords &Keywords, unsigned StartLevel, int AdditionalIndent) argument
[all...]
H A DFormatTokenLexer.h109 AdditionalKeywords Keywords; member in class:clang::format::FormatTokenLexer
H A DTokenAnnotator.h159 TokenAnnotator(const FormatStyle &Style, const AdditionalKeywords &Keywords) argument
194 const AdditionalKeywords &Keywords; member in class:clang::format::TokenAnnotator
H A DContinuationIndenter.h192 const AdditionalKeywords &Keywords; member in class:clang::format::ContinuationIndenter
H A DUnwrappedLineParser.h213 const AdditionalKeywords &Keywords; member in class:clang::format::UnwrappedLineParser
H A DSortJavaScriptImports.cpp132 const AdditionalKeywords &Keywords = Tokens.getKeywords(); variable
277 parseModuleReferences(const AdditionalKeywords &Keywords, argument
331 bool parseModuleReference(const AdditionalKeywords &Keywords, argument
371 bool parseModuleBindings(const AdditionalKeywords &Keywords, argument
378 parseStarBinding(const AdditionalKeywords &Keywords, JsModuleReference &Reference) argument
394 parseNamedBindings(const AdditionalKeywords &Keywords, JsModuleReference &Reference) argument
[all...]
H A DFormat.cpp1905 guessIsObjC(const SourceManager &SourceManager, const SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, const AdditionalKeywords &Keywords) argument
H A DContinuationIndenter.cpp224 ContinuationIndenter(const FormatStyle &Style, const AdditionalKeywords &Keywords, const SourceManager &SourceMgr, WhitespaceManager &Whitespaces, encoding::Encoding Encoding, bool BinPackInconclusiveFunctions) argument
H A DTokenAnnotator.cpp73 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, const AdditionalKeywords &Keywords) argument
2011 const AdditionalKeywords &Keywords; member in class:clang::format::__anon1872::AnnotatingParser
2027 ExpressionParser(const FormatStyle &Style, const AdditionalKeywords &Keywords, AnnotatedLine &Line) argument
2218 const AdditionalKeywords &Keywords; member in class:clang::format::__anon1872::ExpressionParser
[all...]
H A DUnwrappedLineParser.cpp225 UnwrappedLineParser(const FormatStyle &Style, const AdditionalKeywords &Keywords, unsigned FirstStartColumn, ArrayRef<FormatToken *> Tokens, UnwrappedLineConsumer &Callback) argument
661 isIIFE(const UnwrappedLine &Line, const AdditionalKeywords &Keywords) argument
932 mustBeJSIdent(const AdditionalKeywords &Keywords, const FormatToken *FormatTok) argument
947 mustBeJSIdentOrValue(const AdditionalKeywords &Keywords, const FormatToken *FormatTok) argument
956 isJSDeclOrStmt(const AdditionalKeywords &Keywords, const FormatToken *FormatTok) argument
[all...]

Completed in 184 milliseconds