Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Driver/
H A DCompilation.h72 std::vector<std::unique_ptr<Action>> AllActions; variable
210 AllActions.push_back(std::unique_ptr<Action>(RawPtr)); in MakeAction()
/llvm-project-15.0.7/clang/lib/Driver/
H A DCompilation.cpp268 AllActions.clear(); in initCompilationForDiagnostics()