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 DOptionParserEmitter.cpp66 StringRef NormalizedValuesScope; member in MarshallingInfo
145 if (!NormalizedValuesScope.empty()) in emitScopedNormalizedValue()
146 OS << NormalizedValuesScope << "::"; in emitScopedNormalizedValue()
166 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.td1034 Values<"full,improved,promoted,basic">, NormalizedValuesScope<"LangOptions">,
1040 Values<"full,improved,promoted,basic">, NormalizedValuesScope<"LangOptions">,
1209 NormalizedValuesScope<"LangOptions::GPUDefaultStreamKind">,
1330 NormalizedValuesScope<"TargetOptions::AMDGPUPrintfKind">,
1570 NormalizedValuesScope<"LangOptions::StrictFlexArraysLevelKind">,
1675 Values<"off,all,bitcode,marker">, NormalizedValuesScope<"CodeGenOptions">,
1886 NormalizedValuesScope<"CodeGenOptions::SwiftAsyncFramePointerKind">,
2020 NormalizedValuesScope<"LangOptions::CoreFoundationABI">,
2188 NormalizedValuesScope<"LangOptions::ExceptionHandlingKind">,
2207 NormalizedValuesScope<"llvm::WinX64EHUnwindV2Mode">,
[all …]