Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DCompilation.h72 std::vector<std::unique_ptr<Action>> AllActions; variable
203 AllActions.push_back(std::unique_ptr<Action>(RawPtr)); in MakeAction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DCompilation.cpp263 AllActions.clear(); in initCompilationForDiagnostics()