Home
last modified time | relevance | path

Searched defs:ParseLangArgs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3656 bool CompilerInvocation::ParseLangArgs(LangOptions &Opts, ArgList &Args, in ParseLangArgs() function in CompilerInvocation
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp462 static void ParseLangArgs(LangOptions &Opts, InputKind IK, const char *triple) { in ParseLangArgs() function