Searched refs:Actions (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.chill.ksh38 * SECTION: Actions and Subroutines/chill()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DRefactoringActions.cpp27 // FIXME: Rewrite the Actions to avoid duplication of descriptions/names with
72 // FIXME: Rewrite the Actions to avoid duplication of descriptions/names with
99 std::vector<std::unique_ptr<RefactoringAction>> Actions; local
101 Actions.push_back(std::make_unique<LocalRename>());
102 Actions.push_back(std::make_unique<ExtractRefactoring>());
104 return Actions;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp153 LHS = Actions.ActOnUnaryOp(getCurScope(), ExtLoc, tok::kw___extension__,
162 Actions.CodeCompleteExpression(getCurScope(),
202 assert(Actions.ExprEvalContexts.back().Context ==
208 return Actions.ActOnConstantExpression(Res);
217 Actions, Sema::ExpressionEvaluationContext::ConstantEvaluated);
223 Actions, Sema::ExpressionEvaluationContext::ConstantEvaluated);
226 return Actions.ActOnCaseExpr(CaseLoc, Res);
237 Actions, Sema::ExpressionEvaluationContext::Unevaluated);
240 if (Res.isUsable() && !Actions.CheckConstraintExpression(Res.get())) {
241 Actions
[all...]
H A DParseCXXInlineMethods.cpp39 FnD = Actions.ActOnFriendFunctionDecl(getCurScope(), D,
42 FnD = Actions.ActOnCXXMemberDeclarator(getCurScope(), AS, D,
46 Actions.ProcessDeclAttributeList(getCurScope(), FnD, AccessAttrs);
48 Actions.ActOnPureSpecifier(FnD, PureSpecLoc);
71 Actions.SetDeclDeleted(FnD, KWLoc);
81 Actions.SetDeclDefaulted(FnD, KWLoc);
101 if (SkipFunctionBodies && (!FnD || Actions.canSkipFunctionBody(FnD)) &&
103 Actions.ActOnSkippedFunctionBody(FnD);
115 ((Actions.CurContext->isDependentContext() ||
118 !Actions
[all...]
H A DParseObjc.cpp52 Actions.CodeCompleteObjCAtDirective(getCurScope());
86 return Actions.ConvertDeclToDeclGroup(nullptr);
93 return Actions.ConvertDeclToDeclGroup(SingleDecl);
98 Sema &Actions; member in class:Parser::ObjCTypeParamListScope
103 ObjCTypeParamListScope(Sema &Actions, Scope *S) argument
104 : Actions(Actions), S(S), Params(nullptr) {}
117 Actions.popObjCTypeParamList(S, Params);
140 return Actions.ConvertDeclToDeclGroup(nullptr);
157 return Actions
[all...]
H A DParseStmt.cpp115 return Actions.ProcessStmtAttributes(Res.get(), Attrs, Attrs.Range);
173 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Statement);
225 return Actions.ActOnDeclStmt(Decl, DeclStart, DeclEnd);
251 return Actions.ActOnNullStmt(ConsumeToken(), HasLeadingEmptyMacro);
293 Res = Actions.ActOnFinishFullStmt(Res.get());
441 return Actions.ActOnExprStmtError();
445 Actions.CheckCaseExpression(Expr.get())) {
497 return Actions.ActOnSEHTryBlock(false /* IsCXXTry */,
529 FilterExpr = Actions.CorrectDelayedTyposInExpr(ParseExpression());
552 return Actions
[all...]
H A DParseInit.cpp181 return Actions.ActOnDesignatedInitializer(D, ColonLoc, true,
279 switch (Actions.getObjCMessageKind(
381 return Actions.ActOnDesignatedInitializer(Desig, EqualLoc, false,
389 return Actions.ActOnDesignatedInitializer(Desig, SourceLocation(), false,
402 return Actions.ActOnDesignatedInitializer(Desig, Tok.getLocation(),
439 return Actions.ActOnInitList(LBraceLoc, None, ConsumeBrace());
444 Actions, EnterExpressionEvaluationContext::InitList);
471 SubElt = Actions.ActOnPackExpansion(SubElt.get(), ConsumeToken());
473 SubElt = Actions.CorrectDelayedTyposInExpr(SubElt.get());
508 return Actions
[all...]
H A DParser.cpp51 : PP(pp), Actions(actions), Diags(PP.getDiagnostics()),
58 Actions.CurScope = nullptr;
206 Actions.getASTContext().getPrintingPolicy())
374 Actions.CurScope = N;
376 Actions.CurScope = new Scope(getCurScope(), ScopeFlags, Diags);
386 Actions.ActOnPopScope(Tok.getLocation(), getCurScope());
389 Actions.CurScope = OldScope->getParent();
423 Actions.CurScope = nullptr;
453 Actions.ActOnTranslationUnitScope(getCurScope());
534 Actions
[all...]
H A DParseExprCXX.cpp95 if (!Actions.isTemplateName(getCurScope(), SS, /*hasTemplateKeyword=*/false,
163 Actions.RestoreNestedNameSpecifierAnnotation(Tok.getAnnotationValue(),
194 if (Actions.ActOnCXXGlobalScopeSpecifier(ConsumeToken(), SS))
208 return Actions.ActOnSuperScopeSpecifier(SuperLoc, ConsumeToken(), SS);
226 if (Actions.ActOnCXXNestedNameSpecifierDecltype(SS, DS, CCLoc))
239 Actions.CodeCompleteQualifiedId(getCurScope(), SS, EnteringContext,
319 if (TemplateNameKind TNK = Actions.ActOnDependentTemplateName(
359 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(),
396 if (Actions.IsInvalidUnlessNestedName(getCurScope(), SS, IdInfo,
422 !Actions
[all...]
H A DParseTemplate.cpp134 Actions.CorrectDelayedTyposInExpr(
148 ParamLists.push_back(Actions.ActOnTemplateParameterList(
223 Decl *Decl = Actions.ParsedFreeStandingDeclSpec(
308 FakedParamLists.push_back(Actions.ActOnTemplateParameterList(
407 Actions.CorrectDelayedTyposInExpr(ParseConstraintExpression());
416 return Actions.ActOnConceptDefinition(getCurScope(),
639 NamedDecl *ErrorParam = Actions.ActOnNonTypeTemplateParameter(
707 auto TNK = Actions.isTemplateName(getCurScope(), SS,
814 NamedDecl *NewDecl = Actions.ActOnTypeParameter(getCurScope(),
822 Actions
[all...]
H A DParseOpenMP.cpp193 Sema &Actions = P.getActions(); local
238 auto &DeclNames = Actions.getASTContext().DeclarationNames;
293 Actions.ActOnOpenMPDeclareReductionType(Range.getBegin(), TR);
333 DeclGroupPtrTy DRD = Actions.ActOnOpenMPDeclareReductionDirectiveStart(
334 getCurScope(), Actions.getCurLexicalContext(), Name, ReductionTypes, AS);
345 Actions.ActOnOpenMPDeclareReductionCombinerStart(getCurScope(), D);
346 ExprResult CombinerResult = Actions.ActOnFinishFullExpr(
348 Actions.ActOnOpenMPDeclareReductionCombinerEnd(D, CombinerResult.get());
381 Actions.ActOnOpenMPDeclareReductionInitializerStart(getCurScope(),
389 InitializerResult = Actions
653 Sema &Actions = P.getActions(); local
[all...]
H A DParseDeclCXX.cpp66 Actions.CodeCompleteNamespaceDecl(getCurScope());
134 return Actions.ConvertDeclToDeclGroup(NSAlias);
215 Decl *NamespcDecl = Actions.ActOnStartNamespaceDef(
219 PrettyDeclStackTraceEntry CrashInfo(Actions.Context, NamespcDecl,
230 Actions.ActOnFinishNamespaceDef(NamespcDecl, DeclEnd);
232 return Actions.ConvertDeclToDeclGroup(NamespcDecl,
261 Decl *NamespcDecl = Actions.ActOnStartNamespaceDef(
271 Actions.ActOnFinishNamespaceDef(NamespcDecl, Tracker.getCloseLocation());
286 Actions.CodeCompleteNamespaceAliasDecl(getCurScope());
322 return Actions
[all...]
H A DParseDecl.cpp68 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
294 IdentifierLoc *IL = IdentifierLoc::create(Actions.Context,
392 Actions,
397 Actions.CorrectDelayedTyposInExpr(ParseAssignmentExpression()));
476 Actions.ActOnReenterCXXMethodParameter(getCurScope(), Param);
1434 Actions.ActOnReenterTemplateScope(getCurScope(), Class.TagOrTemplate);
1444 Actions.ActOnStartDelayedMemberDeclarations(getCurScope(),
1453 Actions.ActOnFinishDelayedMemberDeclarations(getCurScope(),
1503 Sema::CXXThisScopeRAII ThisScope(Actions, RD, Qualifiers(),
1511 Actions
[all...]
H A DParsePragma.cpp53 : PragmaHandler("section"), Actions(S) {}
58 Sema &Actions; member in struct:__anon560::PragmaClangSectionHandler
168 PragmaCommentHandler(Sema &Actions) argument
169 : PragmaHandler("comment"), Actions(Actions) {}
174 Sema &Actions; member in struct:__anon560::PragmaCommentHandler
178 PragmaDetectMismatchHandler(Sema &Actions) argument
179 : PragmaHandler("detect_mismatch"), Actions(Actions) {}
184 Sema &Actions; member in struct:__anon560::PragmaDetectMismatchHandler
213 Sema &Actions; member in struct:__anon560::PragmaOptimizeHandler
245 PragmaForceCUDAHostDeviceHandler(Sema &Actions) argument
251 Sema &Actions; member in struct:__anon560::PragmaForceCUDAHostDeviceHandler
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DStandaloneExecution.cpp55 Actions) {
56 if (Actions.empty())
59 if (Actions.size() != 1)
63 auto &Action = Actions.front();
52 execute( llvm::ArrayRef< std::pair<std::unique_ptr<FrontendActionFactory>, ArgumentsAdjuster>> Actions) argument
H A DExecution.cpp51 Actions; local
52 Actions.emplace_back(std::move(Action), std::move(Adjuster));
53 return execute(Actions);
H A DAllTUsExecution.cpp80 Actions) {
81 if (Actions.empty())
84 if (Actions.size() != 1)
114 auto &Action = Actions.front();
77 execute( llvm::ArrayRef< std::pair<std::unique_ptr<FrontendActionFactory>, ArgumentsAdjuster>> Actions) argument
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.cpp49 Actions.insert(A);
59 for (action_type A : Actions) {
202 ActionTuple Actions; member in class:__anon2921::Transition
208 const ActionTuple &getActions() { return Actions; }
220 UniqueVector<ActionTuple> Actions; member in class:__anon2921::Automaton
244 const UniqueVector<ActionTuple> &Actions; member in class:__anon2921::CustomDfaEmitter
248 CustomDfaEmitter(const UniqueVector<ActionTuple> &Actions, StringRef TypeName) argument
249 : Actions(Actions), TypeName(TypeName) {}
276 Actions
[all...]
H A DDFAEmitter.h79 std::set<action_type> Actions;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDesignator.h170 void ClearExprs(Sema &Actions) {} argument
174 void FreeExprs(Sema &Actions) {} argument
200 void ClearExprs(Sema &Actions) {}
204 void FreeExprs(Sema &Actions) {}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp62 SmallVectorImpl<ActionEntry> &Actions,
118 assert(Actions.size());
119 PrevAction = Actions.size() - 1;
120 SizeActionEntry = getSLEB128Size(Actions[PrevAction].NextAction) +
121 getSLEB128Size(Actions[PrevAction].ValueForTypeID);
125 SizeActionEntry -= getSLEB128Size(Actions[PrevAction].ValueForTypeID);
126 SizeActionEntry += -Actions[PrevAction].NextAction;
127 PrevAction = Actions[PrevAction].Previous;
144 Actions.push_back(Action);
145 PrevAction = Actions
370 SmallVector<ActionEntry, 32> Actions; local
[all...]
H A DEHStreamer.h75 SmallVectorImpl<ActionEntry> &Actions,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DStandaloneExecution.h60 Actions) override;
H A DAllTUsExecution.h52 Actions) override;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/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);

Completed in 488 milliseconds

12