Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Driver/
H A DCompilation.h205 ActionList &getActions() { return Actions; } in getActions() function
206 const ActionList &getActions() const { return Actions; } in getActions() function
H A DAction.h310 const ActionList &getActions() const { return DeviceActions; } getActions() function
/llvm-project/libcxx/utils/libcxx/test/
H A Ddsl.py638 def getActions(self, config): member in Feature
811 def getActions(self, config, litParams): member in Parameter
/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.cpp186 const ActionTuple &getActions() { return Actions; } getActions() function in __anonf9eb8c730211::Transition
/llvm-project/clang/include/clang/Parse/
H A DParser.h498 Sema &getActions() const { return Actions; } in getActions() function