Home
last modified time | relevance | path

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

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