Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h1057 kw_readonly = &IdentTable.get("readonly"); in AdditionalKeywords()
1286 kw_readonly, kw_set, kw_type, kw_typeof, kw_var, kw_yield, in AdditionalKeywords()
1294 kw_params, kw_readonly, kw_ref, kw_string, kw_stackalloc, kw_sbyte, in AdditionalKeywords()
1299 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords()
1425 IdentifierInfo *kw_readonly; member
H A DTokenAnnotator.cpp5956 tok::kw_static, Keywords.kw_readonly, Keywords.kw_override, in canBreakBefore()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1659 case lltok::kw_readonly: in upgradeMemoryAttr()
10362 case lltok::kw_readonly: in parseGVarFlags()
10409 bool WriteOnly = false, ReadOnly = EatIfPresent(lltok::kw_readonly); in parseGVReference()