Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.h220 std::string FullCompilerInvocation; variable
396 return {FullCompilerInvocation, in getDiagOpts()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp565 llvm::raw_string_ostream os(Opts.FullCompilerInvocation); in ParseAnalyzerArgs()