Home
last modified time | relevance | path

Searched refs:FullCompilerInvocation (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h205 std::string FullCompilerInvocation; variable
377 return {FullCompilerInvocation, in getDiagOpts()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1183 llvm::raw_string_ostream os(Opts.FullCompilerInvocation); in ParseAnalyzerArgs()