Home
last modified time | relevance | path

Searched refs:kw_module (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/Format/
H A DFormatToken.h919 kw_module = &IdentTable.get("module"); in AdditionalKeywords()
1128 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_override, in AdditionalKeywords()
1142 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords()
1306 IdentifierInfo *kw_module; member
1547 case tok::kw_module:
H A DTokenAnnotator.cpp951 if (Line.First->isOneOf(Keywords.kw_module, Keywords.kw_import) || in consumeToken()
952 Line.First->startsSequence(tok::kw_export, Keywords.kw_module) || in consumeToken()
3706 if (Left.isOneOf(Keywords.kw_module, Keywords.kw_import) && in spaceRequiredBefore()
4680 Right.isOneOf(Keywords.kw_module, tok::kw_namespace, in canBreakBefore()
4688 if (Left.isOneOf(Keywords.kw_module, tok::kw_namespace) && in canBreakBefore()
/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLToken.h119 kw_module, enumerator
/llvm-project-15.0.7/clang/lib/Parse/
H A DParser.cpp628 case tok::kw_module: in ParseTopLevelDecl()
654 case tok::kw_module: in ParseTopLevelDecl()
1007 case tok::kw_module: in ParseExternalDeclaration()
2354 (Tok.is(tok::kw_module) || in ParseModuleDecl()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp377 case lltok::kw_module: in parseTopLevelEntities()
429 assert(Lex.getKind() == lltok::kw_module); in parseModuleAsm()
846 if (Lex.getKind() != lltok::kw_gv && Lex.getKind() != lltok::kw_module && in skipModuleSummaryEntry()
905 case lltok::kw_module: in parseSummaryEntry()
7846 assert(Lex.getKind() == lltok::kw_module); in parseModuleEntry()
9461 if (parseToken(lltok::kw_module, "expected 'module' here") || in parseModuleReference()