Home
last modified time | relevance | path

Searched refs:DebugTemplateAlias (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def135 DEBUGOPT(DebugTemplateAlias, 1, 0)
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1621 if (Opts.DebugTemplateAlias) in GenerateCodeGenArgs()
1895 Opts.DebugTemplateAlias = Args.hasArg(OPT_gtemplate_alias); in ParseCodeGenArgs()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp4706 if (const auto *DebugTemplateAlias = Args.getLastArg( in renderDebugOptions() local
4710 if (checkDebugInfoOption(DebugTemplateAlias, Args, D, TC)) { in renderDebugOptions()
4711 const auto &Opt = DebugTemplateAlias->getOption(); in renderDebugOptions()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1394 if (CGM.getCodeGenOpts().DebugTemplateAlias && in CreateType()