Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h856 kw_module = &IdentTable.get("module"); in AdditionalKeywords()
927 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords()
941 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords()
975 IdentifierInfo *kw_module; member
1071 case tok::kw_module:
H A DTokenAnnotator.cpp3889 Right.isOneOf(Keywords.kw_module, tok::kw_namespace, in canBreakBefore()
3896 if (Left.isOneOf(Keywords.kw_module, tok::kw_namespace) && in canBreakBefore()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLToken.h121 kw_module, enumerator
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp620 case tok::kw_module: in ParseTopLevelDecl()
646 case tok::kw_module: in ParseTopLevelDecl()
960 case tok::kw_module: in ParseExternalDeclaration()
2298 (Tok.is(tok::kw_module) || in ParseModuleDecl()
/netbsd/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp356 case lltok::kw_module: in parseTopLevelEntities()
412 assert(Lex.getKind() == lltok::kw_module); in parseModuleAsm()
841 if (Lex.getKind() != lltok::kw_gv && Lex.getKind() != lltok::kw_module && in skipModuleSummaryEntry()
900 case lltok::kw_module: in parseSummaryEntry()
8011 assert(Lex.getKind() == lltok::kw_module); in parseModuleEntry()
9597 if (parseToken(lltok::kw_module, "expected 'module' here") || in parseModuleReference()