Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h346 static bool ParseLangArgs(LangOptions &Opts, llvm::opt::ArgList &Args,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3830 bool CompilerInvocation::ParseLangArgs(LangOptions &Opts, ArgList &Args, in ParseLangArgs() function in CompilerInvocation
4818 ParseLangArgs(LangOpts, Args, DashX, T, Res.getPreprocessorOpts().Includes, in CreateFromArgsImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp463 static void ParseLangArgs(LangOptions &Opts, ArchSpec arch) { in ParseLangArgs() function
669 ParseLangArgs(*m_language_options_up, ArchSpec(GetTargetTriple())); in CreateASTContext()