Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLToken.h394 kw_params, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h1114 kw_params = &IdentTable.get("params"); in AdditionalKeywords()
1294 kw_params, kw_readonly, kw_ref, kw_string, kw_stackalloc, kw_sbyte, in AdditionalKeywords()
1484 IdentifierInfo *kw_params; member
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9424 case lltok::kw_params: in parseFunctionSummary()
9945 assert(Lex.getKind() == lltok::kw_params); in parseOptionalParamAccesses()