Searched refs:kw_module (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Format/ |
| H A D | FormatToken.h | 691 kw_module = &IdentTable.get("module"); in AdditionalKeywords() 731 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords() 763 IdentifierInfo *kw_module; member
|
| H A D | TokenAnnotator.cpp | 3150 Right.isOneOf(Keywords.kw_module, tok::kw_namespace, in canBreakBefore() 3157 if (Left.isOneOf(Keywords.kw_module, tok::kw_namespace) && in canBreakBefore()
|
| /freebsd-12.1/contrib/llvm/lib/AsmParser/ |
| H A D | LLToken.h | 119 kw_module, enumerator
|
| H A D | LLParser.cpp | 317 case lltok::kw_module: if (ParseModuleAsm()) return true; break; in ParseTopLevelEntities() 348 assert(Lex.getKind() == lltok::kw_module); in ParseModuleAsm() 769 if (Lex.getKind() != lltok::kw_gv && Lex.getKind() != lltok::kw_module && in SkipModuleSummaryEntry() 820 case lltok::kw_module: in ParseSummaryEntry() 7164 assert(Lex.getKind() == lltok::kw_module); in ParseModuleEntry() 8353 if (ParseToken(lltok::kw_module, "expected 'module' here") || in ParseModuleReference()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | Parser.cpp | 561 if (NextToken().isNot(tok::kw_module)) in ParseTopLevelDecl() 564 case tok::kw_module: in ParseTopLevelDecl() 844 case tok::kw_module: in ParseExternalDeclaration() 2089 assert(Tok.is(tok::kw_module) && "not a module declaration"); in ParseModuleDecl()
|