/llvm-project/clang/include/clang/Sema/ |
H A D | EnterExpressionEvaluationContext.h | 20 Sema &Actions; variable 30 : Actions(Actions), Entered(ShouldEnter) { in Actions() function 40 : Actions(Actions) { in Actions() argument 48 : Actions(Actions), Entered(false) { in Actions() function
|
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegacyLegalizerInfo.h | 314 SmallVector<SizeAndActionsVec, 1> &Actions = ScalarActions[OpcodeIdx]; in setScalarAction() local 324 SmallVector<SizeAndActionsVec, 1> &Actions = setPointerAction() local 337 SmallVector<SizeAndActionsVec, 1> &Actions = setScalarInVectorAction() local 353 SmallVector<SizeAndActionsVec, 1> &Actions = setVectorNumElementAction() local 420 setActions(unsigned TypeIndex,SmallVector<SizeAndActionsVec,1> & Actions,const SizeAndActionsVec & SizeAndActions) setActions() argument [all...] |
/llvm-project/llvm/utils/TableGen/ |
H A D | DFAEmitter.cpp | 180 ActionTuple Actions; global() member in __anonf9eb8c730211::Transition 198 UniqueVector<ActionTuple> Actions; global() member in __anonf9eb8c730211::Automaton 222 const UniqueVector<ActionTuple> &Actions; global() member in __anonf9eb8c730211::CustomDfaEmitter 226 CustomDfaEmitter(const UniqueVector<ActionTuple> & Actions,StringRef TypeName) CustomDfaEmitter() argument [all...] |
H A D | DFAEmitter.h | 81 std::set<action_type> Actions; variable
|
/llvm-project/llvm/docs/GlobalISel/ |
H A D | Legalizer.rst | 154 legalforRule Actions global() argument
|
/llvm-project/clang/lib/Tooling/ |
H A D | StandaloneExecution.cpp | 54 std::pair<std::unique_ptr<FrontendActionFactory>, ArgumentsAdjuster>> in execute()
|
H A D | Execution.cpp | 51 Actions; in execute() local
|
H A D | AllTUsExecution.cpp | 80 std::pair<std::unique_ptr<FrontendActionFactory>, ArgumentsAdjuster>> in execute()
|
H A D | Tooling.cpp | 90 const driver::ActionList &Actions = Compilation->getActions(); in ignoreExtraCC1Commands() local
|
/llvm-project/clang/lib/Tooling/Refactoring/ |
H A D | RefactoringActions.cpp | 99 std::vector<std::unique_ptr<RefactoringAction>> Actions; in createRefactoringActions() local
|
/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | MatchSwitch.h | 169 std::vector<MatchSwitchAction<BaseT, State, Result>> Actions; variable
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | MemoryMapper.h | 41 shared::AllocActions Actions; member
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | EHStreamer.cpp | 54 SmallVectorImpl<ActionEntry> &Actions, in computeActionsTable() 407 SmallVector<ActionEntry, 32> Actions; in emitExceptionTable() local
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | TargetProcessControlTypes.h | 58 shared::AllocActions Actions; member 69 shared::AllocActions Actions; member
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegacyLegalizerInfo.cpp | 313 const SmallVector<SizeAndActionsVec, 1> &Actions = in findScalarLegalAction() local
|
/llvm-project/clang/include/clang/Driver/ |
H A D | Compilation.h | 76 ActionList Actions; variable
|
/llvm-project/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 65 Sema &Actions; member 238 Sema &Actions; member 248 Sema &Actions; member 284 Sema &Actions; global() member 378 Sema &Actions; global() member 411 Sema &Actions; global() member [all...] |
H A D | ParseOpenMP.cpp | 229 Sema &Actions = P.getActions(); in parseOpenMPReductionId() local 688 Sema &Actions = P.getActions(); FNContextRAII() local 4355 Sema &Actions = P.getActions(); parseStepSize() local [all...] |
H A D | ParseObjc.cpp | 118 Sema &Actions; global() member in Parser::ObjCTypeParamListScope 123 ObjCTypeParamListScope(Sema & Actions,Scope * S) ObjCTypeParamListScope() argument [all...] |
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | LSPClient.cpp | 171 std::queue<std::function<void(Transport::MessageHandler &)>> Actions; member in clang::clangd::LSPClient::TransportImpl
|
H A D | TUSchedulerTests.cpp | 381 std::atomic<int> Builds(0), Actions(0); in TEST_F() local 445 std::atomic<int> Actions(0); in TEST_F() local
|
/llvm-project/clang/include/clang/Parse/ |
H A D | RAIIObjectsForParser.h | 91 Sema &Actions; variable
|
/llvm-project/clang/tools/clang-refactor/ |
H A D | ClangRefactor.cpp | 350 std::vector<std::unique_ptr<RefactoringAction>> Actions = in ClangRefactorTool() local
|
/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64LegalizerInfo.cpp | 305 auto &Actions = getActionDefinitionsBuilder(Op); AArch64LegalizerInfo() local
|
/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 2450 ActionList &Actions = C.getActions(); BuildUniversalActions() local 3609 ActionList Actions; appendLinkDeviceActions() local [all...] |