Home
last modified time | relevance | path

Searched defs:getActions (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/include/clang/Driver/
HDCompilation.h205 ActionList &getActions() { return Actions; } in getActions() function
206 const ActionList &getActions() const { return Actions; } in getActions() function
HDAction.h310 const ActionList &getActions() const { return DeviceActions; } in getActions() function
/freebsd-head/contrib/llvm-project/llvm/utils/TableGen/
HDDFAEmitter.cpp186 const ActionTuple &getActions() { return Actions; } in getActions() function in __anoncc58073f0211::Transition
/freebsd-head/contrib/llvm-project/clang/include/clang/Parse/
HDParser.h498 Sema &getActions() const { return Actions; } in getActions() function