Searched defs:Actions (Results 1 - 12 of 12) sorted by relevance

/external/clang/include/clang/Driver/
H A DCompilation.h52 ActionList Actions; member in class:clang::driver::Compilation
105 ActionList &getActions() { return Actions; }
106 const ActionList &getActions() const { return Actions; }
/external/clang/include/clang/Sema/
H A DDesignator.h171 void ClearExprs(Sema &Actions) {} argument
175 void FreeExprs(Sema &Actions) {} argument
201 void ClearExprs(Sema &Actions) {}
205 void FreeExprs(Sema &Actions) {}
H A DSema.h9228 Sema &Actions; member in class:clang::EnterExpressionEvaluationContext
9231 EnterExpressionEvaluationContext(Sema &Actions, argument
9235 : Actions(Actions) {
9236 Actions.PushExpressionEvaluationContext(NewContext, LambdaContextDecl,
9239 EnterExpressionEvaluationContext(Sema &Actions, argument
9243 : Actions(Actions) {
9244 Actions.PushExpressionEvaluationContext(NewContext,
9250 Actions
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp51 SmallVectorImpl<ActionEntry> &Actions,
107 assert(Actions.size());
108 PrevAction = Actions.size() - 1;
109 SizeAction = getSLEB128Size(Actions[PrevAction].NextAction) +
110 getSLEB128Size(Actions[PrevAction].ValueForTypeID);
114 SizeAction -= getSLEB128Size(Actions[PrevAction].ValueForTypeID);
115 SizeAction += -Actions[PrevAction].NextAction;
116 PrevAction = Actions[PrevAction].Previous;
133 Actions.push_back(Action);
134 PrevAction = Actions
358 SmallVector<ActionEntry, 32> Actions; local
[all...]
/external/clang/lib/Parse/
H A DRAIIObjectsForParser.h91 Sema &Actions; member in class:clang::ParsingDeclRAIIObject
102 : Actions(P.getActions()), DiagnosticPool(nullptr) {
109 : Actions(P.getActions()), DiagnosticPool(parentPool) {
117 : Actions(P.getActions()),
162 State = Actions.PushParsingDeclaration(DiagnosticPool);
168 Actions.PopParsingDeclaration(State, D);
H A DParsePragma.cpp102 PragmaCommentHandler(Sema &Actions) argument
103 : PragmaHandler("comment"), Actions(Actions) {}
107 Sema &Actions; member in struct:__anon1263::PragmaCommentHandler
111 PragmaDetectMismatchHandler(Sema &Actions) argument
112 : PragmaHandler("detect_mismatch"), Actions(Actions) {}
116 Sema &Actions; member in struct:__anon1263::PragmaDetectMismatchHandler
140 : PragmaHandler("optimize"), Actions(S) {}
144 Sema &Actions; member in struct:__anon1263::PragmaOptimizeHandler
[all...]
H A DParseObjc.cpp51 Actions.CodeCompleteObjCAtDirective(getCurScope());
87 return Actions.ConvertDeclToDeclGroup(nullptr);
94 return Actions.ConvertDeclToDeclGroup(SingleDecl);
99 Sema &Actions; member in class:Parser::ObjCTypeParamListScope
103 ObjCTypeParamListScope(Sema &Actions, Scope *S) argument
104 : Actions(Actions), S(S), Params(nullptr) {}
114 Actions.popObjCTypeParamList(S, Params);
138 return Actions.ConvertDeclToDeclGroup(nullptr);
155 return Actions
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1004 SmallVectorImpl<UDivFoldAction> &Actions,
1009 Actions.push_back(UDivFoldAction(foldUDivPow2Cst, Op1));
1010 return Actions.size();
1016 Actions.push_back(UDivFoldAction(foldUDivNegCst, C));
1017 return Actions.size();
1023 Actions.push_back(UDivFoldAction(foldUDivShl, Op1));
1024 return Actions.size();
1033 visitUDivOperand(Op0, SI->getOperand(1), I, Actions, Depth))
1034 if (visitUDivOperand(Op0, SI->getOperand(2), I, Actions, Depth)) {
1035 Actions
1003 visitUDivOperand(Value *Op0, Value *Op1, const BinaryOperator &I, SmallVectorImpl<UDivFoldAction> &Actions, unsigned Depth = 0) argument
[all...]
/external/clang/lib/Driver/
H A DDriver.cpp1007 ActionList &Actions = C.getActions(); local
1062 Actions.append(Inputs.begin(), Inputs.end());
1064 Actions.push_back(new LipoJobAction(Inputs, Act->getType()));
1070 ContainsCompileOrAssembleAction(Actions.back())) {
1078 Inputs.push_back(Actions.back());
1079 Actions.pop_back();
1080 Actions.push_back(new DsymutilJobAction(Inputs, types::TY_dSYM));
1085 std::unique_ptr<Action> VerifyInput(Actions.back());
1086 Actions.pop_back();
1087 Actions
1287 buildCudaActions(Compilation &C, DerivedArgList &Args, const Arg *InputArg, std::unique_ptr<Action> HostAction, ActionList &Actions) argument
[all...]
/external/clang/include/clang/Parse/
H A DParser.h78 /// Actions - These are the callbacks we invoke as we parse various constructs
80 Sema &Actions; member in class:clang::Parser
234 /// to parse the C-like decls, meaning Actions.getObjCDeclContext() will
241 Parser(Preprocessor &PP, Sema &Actions, bool SkipFunctionBodies);
247 Sema &getActions() const { return Actions; }
251 Scope *getCurScope() const { return Actions.getCurScope(); }
253 return Actions.incrementMSManglingNumber();
256 Decl *getObjCDeclContext() const { return Actions.getObjCDeclContext(); }
313 return Actions.getNullabilityKeyword(nullability);
720 P.Actions
[all...]
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2447 SmallVector<std::unique_ptr<TypePromotionAction>, 16> Actions; member in class:__anon11762::TypePromotionTransaction
2453 Actions.push_back(
2459 Actions.push_back(
2465 Actions.push_back(make_unique<TypePromotionTransaction::UsesReplacer>(Inst, New));
2469 Actions.push_back(make_unique<TypePromotionTransaction::TypeMutator>(Inst, NewTy));
2476 Actions.push_back(std::move(Ptr));
2484 Actions.push_back(std::move(Ptr));
2492 Actions.push_back(std::move(Ptr));
2498 Actions.push_back(
2504 return !Actions
[all...]
/external/guice/lib/build/
H A Dfelix-2.0.5.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF/NOTICE META- ...

Completed in 429 milliseconds