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.h408 kw_params, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h1117 kw_params = &IdentTable.get("params"); in AdditionalKeywords()
1298 kw_out, kw_params, kw_ref, kw_string, kw_stackalloc, in AdditionalKeywords()
1462 IdentifierInfo *kw_params; member
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9751 case lltok::kw_params: in parseFunctionSummary()
10273 assert(Lex.getKind() == lltok::kw_params); in parseOptionalParamAccesses()