Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h205 std::string FullCompilerInvocation; variable
376 return {FullCompilerInvocation, in getDiagOpts()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp1040 llvm::raw_string_ostream os(Opts.FullCompilerInvocation); in ParseAnalyzerArgs()