Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h866 kw_module = &IdentTable.get("module"); in AdditionalKeywords()
937 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords()
951 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords()
985 IdentifierInfo *kw_module; member
1081 case tok::kw_module:
H A DTokenAnnotator.cpp4017 Right.isOneOf(Keywords.kw_module, tok::kw_namespace, in canBreakBefore()
4024 if (Left.isOneOf(Keywords.kw_module, tok::kw_namespace) && in canBreakBefore()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLToken.h121 kw_module, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp622 case tok::kw_module: in ParseTopLevelDecl()
648 case tok::kw_module: in ParseTopLevelDecl()
963 case tok::kw_module: in ParseExternalDeclaration()
2301 (Tok.is(tok::kw_module) || in ParseModuleDecl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp356 case lltok::kw_module: in parseTopLevelEntities()
408 assert(Lex.getKind() == lltok::kw_module); in parseModuleAsm()
814 if (Lex.getKind() != lltok::kw_gv && Lex.getKind() != lltok::kw_module && in skipModuleSummaryEntry()
873 case lltok::kw_module: in parseSummaryEntry()
7712 assert(Lex.getKind() == lltok::kw_module); in parseModuleEntry()
9299 if (parseToken(lltok::kw_module, "expected 'module' here") || in parseModuleReference()