Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h188 std::string FullCompilerInvocation; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp511 os << html::EscapeText(AnalyzerOpts.FullCompilerInvocation); in FinalizeHTML()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp373 llvm::raw_string_ostream os(Opts.FullCompilerInvocation); in ParseAnalyzerArgs()