Searched refs:ParseLangArgs (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInvocation.h | 346 static bool ParseLangArgs(LangOptions &Opts, llvm::opt::ArgList &Args,
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 3830 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 D | TypeSystemClang.cpp | 463 static void ParseLangArgs(LangOptions &Opts, ArchSpec arch) { in ParseLangArgs() function 669 ParseLangArgs(*m_language_options_up, ArchSpec(GetTargetTriple())); in CreateASTContext()
|