Searched defs:getActions (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/include/clang/Driver/ | ||
H A D | Compilation.h | 205 ActionList &getActions() { return Actions; } in getActions() function |
H A D | Action.h | 310 const ActionList &getActions() const { return DeviceActions; } getActions() function |
/llvm-project/libcxx/utils/libcxx/test/ | ||
H A D | dsl.py | 638 def getActions(self, config): member in Feature |
/llvm-project/llvm/utils/TableGen/ | ||
H A D | DFAEmitter.cpp | 186 const ActionTuple &getActions() { return Actions; } getActions() function in __anonf9eb8c730211::Transition |
/llvm-project/clang/include/clang/Parse/ | ||
H A D | Parser.h | 498 Sema &getActions() const { return Actions; } in getActions() function |