Lines Matching refs:CompileCommand
59 bool compileCommandsAreEqual(const tooling::CompileCommand &LHS, in compileCommandsAreEqual()
60 const tooling::CompileCommand &RHS) { in compileCommandsAreEqual()
230 scanPreamble(llvm::StringRef Contents, const tooling::CompileCommand &Cmd) { in scanPreamble()
242 PI.CompileCommand = Cmd; in scanPreamble()
310 : Version(Inputs.Version), CompileCommand(Inputs.CompileCommand), in PreambleData()
342 auto VFS = Inputs.TFS->view(Inputs.CompileCommand.Directory); in buildPreamble()
378 auto VFS = Inputs.TFS->view(Inputs.CompileCommand.Directory); in isPreambleCompatible()
379 return compileCommandsAreEqual(Inputs.CompileCommand, in isPreambleCompatible()
380 Preamble.CompileCommand) && in isPreambleCompatible()
415 Baseline.Preamble.getContents().str(), Modified.CompileCommand); in create()
421 auto ModifiedScan = scanPreamble(Modified.Contents, Modified.CompileCommand); in create()