Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DOptParserEmitter.cpp55 StringRef NormalizedValuesScope; member in MarshallingInfo
134 if (!NormalizedValuesScope.empty()) in emitScopedNormalizedValue()
135 OS << NormalizedValuesScope << "::"; in emitScopedNormalizedValue()
155 Ret.NormalizedValuesScope = R.getValueAsString("NormalizedValuesScope"); in createMarshallingInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptParser.td126 code NormalizedValuesScope = "";
252 // Typically used with `Values`, `NormalizedValues` and `NormalizedValuesScope`.
265 class NormalizedValuesScope<code scope> { code NormalizedValuesScope = scope; }
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1087 Values<"full,improved,promoted,basic">, NormalizedValuesScope<"LangOptions">,
1092 Values<"full,improved,promoted,basic">, NormalizedValuesScope<"LangOptions">,
1256 NormalizedValuesScope<"LangOptions::GPUDefaultStreamKind">,
1367 NormalizedValuesScope<"TargetOptions::AMDGPUPrintfKind">,
1605 NormalizedValuesScope<"LangOptions::StrictFlexArraysLevelKind">,
1706 Values<"off,all,bitcode,marker">, NormalizedValuesScope<"CodeGenOptions">,
1895 NormalizedValuesScope<"CodeGenOptions::SwiftAsyncFramePointerKind">,
2008 NormalizedValuesScope<"LangOptions::CoreFoundationABI">,
2176 NormalizedValuesScope<"LangOptions::ExceptionHandlingKind">,
2195 Values<"standard,fast,none">, NormalizedValuesScope<"LangOptions">,
[all …]