HomeSort by: relevance | last modified time | path
    Searched refs:Keywords (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
UnwrappedLineFormatter.h 33 const AdditionalKeywords &Keywords,
37 Keywords(Keywords), SourceMgr(SourceMgr), Status(Status) {}
68 const AdditionalKeywords &Keywords;
UnwrappedLineParser.cpp 226 const AdditionalKeywords &Keywords,
231 CurrentLines(&Lines), Style(Style), Keywords(Keywords),
333 if (FormatTok->is(Keywords.kw_where)) {
507 NextTok->isOneOf(Keywords.kw_of, Keywords.kw_in,
508 Keywords.kw_as)) ||
682 const AdditionalKeywords &Keywords) {
693 if (I->Tok->isNot(Keywords.kw_function))
717 (isGoogScope(*Line) || isIIFE(*Line, Keywords)));
    [all...]
FormatTokenLexer.h 47 const AdditionalKeywords &getKeywords() { return Keywords; }
108 AdditionalKeywords Keywords;
TokenAnnotator.cpp 33 /// Objective-C++, C++ keywords like \c new and \c delete are
36 /// For Objective-C and Objective-C++, both identifiers and keywords
74 const AdditionalKeywords &Keywords)
76 Keywords(Keywords) {
234 (Line.startsWith(Keywords.kw_type, tok::identifier) ||
235 Line.startsWith(tok::kw_export, Keywords.kw_type,
248 (Left->Previous->is(Keywords.kw_function) ||
250 Keywords.kw_function)))) {
411 if (MightBeObjCForRangeLoop && CurrentToken->is(Keywords.kw_in))
    [all...]
SortJavaScriptImports.cpp 142 const AdditionalKeywords &Keywords = Tokens.getKeywords();
146 parseModuleReferences(Keywords, AnnotatedLines);
349 parseModuleReferences(const AdditionalKeywords &Keywords,
393 if (!parseModuleReference(Keywords, Reference)) {
426 bool parseModuleReference(const AdditionalKeywords &Keywords,
428 if (!Current || !Current->isOneOf(Keywords.kw_import, tok::kw_export))
441 if (!parseModuleBindings(Keywords, Reference))
444 if (Current->is(Keywords.kw_from)) {
466 bool parseModuleBindings(const AdditionalKeywords &Keywords,
468 if (parseStarBinding(Keywords, Reference)
    [all...]
TokenAnnotator.h 159 TokenAnnotator(const FormatStyle &Style, const AdditionalKeywords &Keywords)
160 : Style(Style), Keywords(Keywords) {}
194 const AdditionalKeywords &Keywords;
UnwrappedLineParser.h 78 const AdditionalKeywords &Keywords,
138 // https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/where-generic-type-constraint
225 const AdditionalKeywords &Keywords;
UnwrappedLineFormatter.cpp 41 const AdditionalKeywords &Keywords, unsigned StartLevel,
43 : Style(Style), Keywords(Keywords), AdditionalIndent(AdditionalIndent) {
103 (RootToken.isOneOf(Keywords.kw_signals, Keywords.kw_qsignals) &&
128 const AdditionalKeywords &Keywords;
136 /// For example, the 'public' keywords is often indented with a negative
171 LineJoiner(const FormatStyle &Style, const AdditionalKeywords &Keywords,
173 : Style(Style), Keywords(Keywords), End(Lines.end()), Next(Lines.begin())
    [all...]
ContinuationIndenter.h 55 const AdditionalKeywords &Keywords,
192 const AdditionalKeywords &Keywords;
ContinuationIndenter.cpp 225 const AdditionalKeywords &Keywords,
230 : Style(Style), Keywords(Keywords), SourceMgr(SourceMgr),
441 Keywords.kw_dollar) &&
818 !Current.isOneOf(Keywords.kw_async, Keywords.kw_function)))
984 Current.isOneOf(Keywords.kw_implements, Keywords.kw_extends))
FormatTokenLexer.cpp 32 Style(Style), IdentTable(IdentTable), Keywords(IdentTable),
343 if (!Keywords.isCSharpKeyword(*Keyword))
472 tok::kw_typeof, Keywords.kw_instanceof, Keywords.kw_in) ||
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
RetainSummaryManager.h 575 template <typename... Keywords>
577 const RetainSummary *Summ, Keywords *... Kws) {
582 template <typename... Keywords>
584 Keywords *... Kws) {
588 template <typename... Keywords>
590 Keywords *... Kws) {
595 template <typename... Keywords>
597 Keywords *... Kws) {
  /src/usr.bin/make/unit-tests/
deptgt.mk 22 # Keywords:
  /src/external/apache2/llvm/dist/llvm/utils/vim/syntax/
llvm.vim 39 " Keywords.
206 " Obsolete keywords.
221 " Named metadata and specialized metadata keywords.
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangAttrEmitter.cpp 4041 Keywords, Pragma, C2x;
4090 Matches = &Keywords;
4125 StringMatcher("Name", Keywords, OS).Emit();

Completed in 30 milliseconds