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

  /src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.h 856 kw_module = &IdentTable.get("module");
927 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly,
941 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly,
975 IdentifierInfo *kw_module; member in struct:clang::format::AdditionalKeywords
1071 case tok::kw_module:
TokenAnnotator.cpp 3889 Right.isOneOf(Keywords.kw_module, tok::kw_namespace,
3896 if (Left.isOneOf(Keywords.kw_module, tok::kw_namespace) &&
  /src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
LLToken.h 121 kw_module, enumerator in enum:llvm::lltok::Kind
  /src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp 620 case tok::kw_module:
646 case tok::kw_module:
960 case tok::kw_module:
2298 (Tok.is(tok::kw_module) ||
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 356 case lltok::kw_module:
412 assert(Lex.getKind() == lltok::kw_module);
841 if (Lex.getKind() != lltok::kw_gv && Lex.getKind() != lltok::kw_module &&
900 case lltok::kw_module:
8011 assert(Lex.getKind() == lltok::kw_module);
9597 if (parseToken(lltok::kw_module, "expected 'module' here") ||

Completed in 37 milliseconds