Home
last modified time | relevance | path

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

/external/googletest/docs/
Dgmock_cheat_sheet.md233 ### Returning a Value
247 ### Side Effects
262 ### Using a Function, Functor, or Lambda as an Action
313 ### Default Action
323 ### Composite Actions
333 ### Defining Actions
/external/clang/include/clang/Driver/
DUtil.h27 typedef SmallVector<Action*, 3> ActionList; typedef
/external/llvm-project/clang/include/clang/Driver/
DUtil.h26 typedef SmallVector<Action*, 3> ActionList; typedef
/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp809 using ActionList = std::list<std::unique_ptr<MatchAction>>; typedef in __anon4852db4a0111::RuleMatcher