Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/
H A DTooling.cpp132 getCC1Arguments(DiagnosticsEngine *Diagnostics, in getCC1Arguments() function
377 const llvm::opt::ArgStringList *const CC1Args = getCC1Arguments( in run()
/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DTooling.h73 getCC1Arguments(DiagnosticsEngine *Diagnostics,
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DToolingTest.cpp360 return getCC1Arguments(Diags.get(), Compilation.get()); in extractCC1Arguments()