Home
last modified time | relevance | path

Searched refs:kw_params (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLToken.h344 kw_params, enumerator
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DFormatGen.h67 kw_params, enumerator
H A DFormatGen.cpp171 .Case("params", FormatToken::kw_params) in lexIdentifier()
H A DAttrOrTypeFormatGen.cpp1031 case FormatToken::kw_params: in parseDirectiveImpl()
/llvm-project-15.0.7/clang/lib/Format/
H A DFormatToken.h977 kw_params = &IdentTable.get("params"); in AdditionalKeywords()
1137 kw_params, kw_readonly, kw_ref, kw_string, kw_stackalloc, kw_sbyte, in AdditionalKeywords()
1366 IdentifierInfo *kw_params; member
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp8527 case lltok::kw_params: in parseFunctionSummary()
9023 assert(Lex.getKind() == lltok::kw_params); in parseOptionalParamAccesses()