Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DCompilation.h202 ActionList &getActions() { return Actions; } in getActions() function
203 const ActionList &getActions() const { return Actions; } in getActions() function
H A DAction.h309 const ActionList &getActions() const { return DeviceActions; } in getActions() function
/openbsd-src/gnu/llvm/libcxx/utils/libcxx/test/
H A Ddsl.py553 def getActions(self, config): member in Feature
708 def getActions(self, config, litParams): member in Parameter
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDFAEmitter.cpp187 const ActionTuple &getActions() { return Actions; } in getActions() function in __anon1cdffbd70211::Transition
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h449 Sema &getActions() const { return Actions; } in getActions() function