Searched refs:NormalizedValuesScope (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | OptParserEmitter.cpp | 71 StringRef NormalizedValuesScope; member in MarshallingInfo 152 if (!NormalizedValuesScope.empty()) in emitScopedNormalizedValue() 153 OS << NormalizedValuesScope << "::"; in emitScopedNormalizedValue() 173 Ret.NormalizedValuesScope = R.getValueAsString("NormalizedValuesScope"); in createMarshallingInfo()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Option/ |
H A D | OptParser.td | 108 code NormalizedValuesScope = ""; 225 // Typically used with `Values`, `NormalizedValues` and `NormalizedValuesScope`. 238 class NormalizedValuesScope<code scope> { code NormalizedValuesScope = scope; }
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
H A D | Options.td | 1112 Values<"off,all,bitcode,marker">, NormalizedValuesScope<"CodeGenOptions">, 1301 NormalizedValuesScope<"LangOptions::CoreFoundationABI">, 1414 NormalizedValuesScope<"LangOptions::ExceptionHandlingKind">, 1437 Values<"ignore,maytrap,strict">, NormalizedValuesScope<"LangOptions">, 1460 NormalizedValuesScope<"LangOptions::ExtendArgsKind">, 1603 NormalizedValuesScope<"llvm::AsanDtorKind">, 2020 Values<"single,multiple,virtual">, NormalizedValuesScope<"LangOptions">, 2194 NormalizedValuesScope<"CodeGenOptions">, 2498 NormalizedValuesScope<"LangOptions::TrivialAutoVarInitKind">, 2607 NormalizedValuesScope<"CodeGenOptions">, [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | InternalsManual.rst | 952 by the contents of ``NormalizedValuesScope`` and ``::``. This ensures correct 965 NormalizedValuesScope<"LangOptions::ThreadModelKind">,
|