HomeSort by relevance Sort by last modified time
    Searched refs:Actions (Results 1 - 25 of 220) sorted by null

1 2 3 4 5 6 7 8 9

  /external/clang/lib/Parse/
ParseStmt.cpp 122 return Actions.ProcessStmtAttributes(Res.get(), Attrs.getList(), Attrs.Range);
176 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Statement);
217 return Actions.ActOnDeclStmt(Decl, DeclStart, DeclEnd);
237 return Actions.ActOnNullStmt(ConsumeToken(), HasLeadingEmptyMacro);
279 Res = Actions.ActOnFinishFullStmt(Res.get());
410 return Actions.ActOnExprStmtError();
414 Actions.CheckCaseExpression(Expr.get())) {
426 return Actions.ActOnExprStmt(Expr);
465 return Actions.ActOnSEHTryBlock(false /* IsCXXTry */,
497 FilterExpr = Actions.CorrectDelayedTyposInExpr(ParseExpression())
    [all...]
ParseExpr.cpp 150 LHS = Actions.ActOnUnaryOp(getCurScope(), ExtLoc, tok::kw___extension__,
159 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Expression);
202 EnterExpressionEvaluationContext Unevaluated(Actions,
207 return Actions.ActOnConstantExpression(Res);
303 Actions.CorrectDelayedTyposInExpr(LHS);
347 Actions.CodeCompleteAssignmentRHS(getCurScope(), LHS.get());
375 Actions.CorrectDelayedTyposInExpr(LHS);
377 TernaryMiddle = Actions.CorrectDelayedTyposInExpr(TernaryMiddle);
397 << /*LHS*/0 << PP.getSpelling(Tok) << Actions.getExprRange(RHS.get());
412 Actions.CorrectDelayedTyposInExpr(LHS)
    [all...]
ParseCXXInlineMethods.cpp 42 FnD = Actions.ActOnFriendFunctionDecl(getCurScope(), D,
45 FnD = Actions.ActOnCXXMemberDeclarator(getCurScope(), AS, D,
49 Actions.ProcessDeclAttributeList(getCurScope(), FnD, AccessAttrs);
51 Actions.ActOnPureSpecifier(FnD, PureSpecLoc);
74 Actions.SetDeclDeleted(FnD, KWLoc);
84 Actions.SetDeclDefaulted(FnD, KWLoc);
104 if (SkipFunctionBodies && (!FnD || Actions.canSkipFunctionBody(FnD)) &&
106 Actions.ActOnSkippedFunctionBody(FnD);
118 ((Actions.CurContext->isDependentContext() ||
121 !Actions.IsInsideALocalClassWithinATemplateFunction()))
    [all...]
ParseObjc.cpp 52 Actions.CodeCompleteObjCAtDirective(getCurScope());
88 return Actions.ConvertDeclToDeclGroup(nullptr);
95 return Actions.ConvertDeclToDeclGroup(SingleDecl);
100 Sema &Actions;
105 ObjCTypeParamListScope(Sema &Actions, Scope *S)
106 : Actions(Actions), S(S), Params(nullptr) {}
119 Actions.popObjCTypeParamList(S, Params);
143 return Actions.ConvertDeclToDeclGroup(nullptr);
160 return Actions.ConvertDeclToDeclGroup(nullptr)
    [all...]
Parser.cpp 71 Parser::Parser(Preprocessor &pp, Sema &actions, bool skipFunctionBodies)
72 : PP(pp), Actions(actions), Diags(PP.getDiagnostics()),
79 Actions.CurScope = nullptr;
88 CommentSemaHandler.reset(new ActionCommentHandler(actions));
228 Actions.getASTContext().getPrintingPolicy())
377 Actions.CurScope = N;
379 Actions.CurScope = new Scope(getCurScope(), ScopeFlags, Diags);
387 // Inform the actions module that this scope is going away if there are any
389 Actions.ActOnPopScope(Tok.getLocation(), getCurScope())
    [all...]
ParseExprCXX.cpp 94 if (!Actions.isTemplateName(getCurScope(), SS, /*hasTemplateKeyword=*/false,
199 Actions.RestoreNestedNameSpecifierAnnotation(Tok.getAnnotationValue(),
237 if (Actions.ActOnCXXGlobalScopeSpecifier(ConsumeToken(), SS))
253 return Actions.ActOnSuperScopeSpecifier(SuperLoc, ConsumeToken(), SS);
268 if (Actions.ActOnCXXNestedNameSpecifierDecltype(SS, DS, CCLoc))
291 Actions.CodeCompleteQualifiedId(getCurScope(), SS, EnteringContext);
358 = Actions.ActOnDependentTemplateName(getCurScope(),
399 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(),
434 if (Actions.IsInvalidUnlessNestedName(getCurScope(), SS, II,
462 !Actions.isNonTypeNestedNameSpecifier
    [all...]
ParseTemplate.cpp 132 Actions.CorrectDelayedTyposInExpr(ParseConstraintExpression());
144 ParamLists.push_back(Actions.ActOnTemplateParameterList(
215 Decl *Decl = Actions.ParsedFreeStandingDeclSpec(
287 FakedParamLists.push_back(Actions.ActOnTemplateParameterList(
548 return Actions.ActOnTypeParameter(getCurScope(), TypenameKeyword, EllipsisLoc,
637 Actions.ActOnTemplateParameterList(Depth, SourceLocation(),
657 return Actions.ActOnTemplateTemplateParameter(getCurScope(), TemplateLoc,
702 EnterExpressionEvaluationContext ConstantEvaluated(Actions,
705 DefaultArg = Actions.CorrectDelayedTyposInExpr(ParseAssignmentExpression());
711 return Actions.ActOnNonTypeTemplateParameter(getCurScope(), ParamDecl,
    [all...]
ParseInit.cpp 155 return Actions.ActOnDesignatedInitializer(D, ColonLoc, true,
253 switch (Actions.getObjCMessageKind(
355 return Actions.ActOnDesignatedInitializer(Desig, EqualLoc, false,
368 return Actions.ActOnDesignatedInitializer(Desig, Tok.getLocation(),
405 return Actions.ActOnInitList(LBraceLoc, None, ConsumeBrace());
433 SubElt = Actions.ActOnPackExpansion(SubElt.get(), ConsumeToken());
435 SubElt = Actions.CorrectDelayedTyposInExpr(SubElt.get());
470 return Actions.ActOnInitList(LBraceLoc, InitExprs,
518 SubElt = Actions.ActOnPackExpansion(SubElt.get(), ConsumeToken());
ParseOpenMP.cpp 145 Sema &Actions = P.getActions();
189 auto &DeclNames = Actions.getASTContext().DeclarationNames;
242 Actions.ActOnOpenMPDeclareReductionType(Range.getBegin(), TR);
282 DeclGroupPtrTy DRD = Actions.ActOnOpenMPDeclareReductionDirectiveStart(
283 getCurScope(), Actions.getCurLexicalContext(), Name, ReductionTypes, AS);
293 Actions.ActOnOpenMPDeclareReductionCombinerStart(getCurScope(), D);
295 Actions.ActOnFinishFullExpr(ParseAssignmentExpression().get(),
297 Actions.ActOnOpenMPDeclareReductionCombinerEnd(D, CombinerResult.get());
328 Actions.ActOnOpenMPDeclareReductionInitializerStart(getCurScope(), D);
329 InitializerResult = Actions.ActOnFinishFullExpr
    [all...]
ParseDecl.cpp 70 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
235 IdentifierLoc *IL = IdentifierLoc::create(Actions.Context,
307 new EnterExpressionEvaluationContext(Actions, Sema::Unevaluated));
310 Actions.CorrectDelayedTyposInExpr(ParseAssignmentExpression()));
378 Actions.ActOnReenterCXXMethodParameter(getCurScope(), Param);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 78 /// The operation itself must be expressed in terms of simpler actions on
112 if (Actions[Opcode].size() <= Aspect.Idx)
113 Actions[Opcode].resize(Aspect.Idx + 1);
114 Actions[Aspect.Opcode - FirstOp][Aspect.Idx][Aspect.Type] = Action;
151 const TypeMap &Map = Actions[Aspect.Opcode - FirstOp][Aspect.Idx];
173 /// Find the specified \p Aspect in the primary (explicitly set) Actions
179 if (Aspect.Idx >= Actions[Aspect.Opcode - FirstOp].size())
181 const TypeMap &Map = Actions[Aspect.Opcode - FirstOp][Aspect.Idx];
202 SmallVector<TypeMap, 1> Actions[LastOp - FirstOp + 1];
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 78 /// The operation itself must be expressed in terms of simpler actions on
112 if (Actions[Opcode].size() <= Aspect.Idx)
113 Actions[Opcode].resize(Aspect.Idx + 1);
114 Actions[Aspect.Opcode - FirstOp][Aspect.Idx][Aspect.Type] = Action;
151 const TypeMap &Map = Actions[Aspect.Opcode - FirstOp][Aspect.Idx];
173 /// Find the specified \p Aspect in the primary (explicitly set) Actions
179 if (Aspect.Idx >= Actions[Aspect.Opcode - FirstOp].size())
181 const TypeMap &Map = Actions[Aspect.Opcode - FirstOp][Aspect.Idx];
202 SmallVector<TypeMap, 1> Actions[LastOp - FirstOp + 1];
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 78 /// The operation itself must be expressed in terms of simpler actions on
112 if (Actions[Opcode].size() <= Aspect.Idx)
113 Actions[Opcode].resize(Aspect.Idx + 1);
114 Actions[Aspect.Opcode - FirstOp][Aspect.Idx][Aspect.Type] = Action;
151 const TypeMap &Map = Actions[Aspect.Opcode - FirstOp][Aspect.Idx];
173 /// Find the specified \p Aspect in the primary (explicitly set) Actions
179 if (Aspect.Idx >= Actions[Aspect.Opcode - FirstOp].size())
181 const TypeMap &Map = Actions[Aspect.Opcode - FirstOp][Aspect.Idx];
202 SmallVector<TypeMap, 1> Actions[LastOp - FirstOp + 1];
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 78 /// The operation itself must be expressed in terms of simpler actions on
112 if (Actions[Opcode].size() <= Aspect.Idx)
113 Actions[Opcode].resize(Aspect.Idx + 1);
114 Actions[Aspect.Opcode - FirstOp][Aspect.Idx][Aspect.Type] = Action;
151 const TypeMap &Map = Actions[Aspect.Opcode - FirstOp][Aspect.Idx];
173 /// Find the specified \p Aspect in the primary (explicitly set) Actions
179 if (Aspect.Idx >= Actions[Aspect.Opcode - FirstOp].size())
181 const TypeMap &Map = Actions[Aspect.Opcode - FirstOp][Aspect.Idx];
202 SmallVector<TypeMap, 1> Actions[LastOp - FirstOp + 1];
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 78 /// The operation itself must be expressed in terms of simpler actions on
112 if (Actions[Opcode].size() <= Aspect.Idx)
113 Actions[Opcode].resize(Aspect.Idx + 1);
114 Actions[Aspect.Opcode - FirstOp][Aspect.Idx][Aspect.Type] = Action;
151 const TypeMap &Map = Actions[Aspect.Opcode - FirstOp][Aspect.Idx];
173 /// Find the specified \p Aspect in the primary (explicitly set) Actions
179 if (Aspect.Idx >= Actions[Aspect.Opcode - FirstOp].size())
181 const TypeMap &Map = Actions[Aspect.Opcode - FirstOp][Aspect.Idx];
202 SmallVector<TypeMap, 1> Actions[LastOp - FirstOp + 1];
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 78 /// The operation itself must be expressed in terms of simpler actions on
112 if (Actions[Opcode].size() <= Aspect.Idx)
113 Actions[Opcode].resize(Aspect.Idx + 1);
114 Actions[Aspect.Opcode - FirstOp][Aspect.Idx][Aspect.Type] = Action;
151 const TypeMap &Map = Actions[Aspect.Opcode - FirstOp][Aspect.Idx];
173 /// Find the specified \p Aspect in the primary (explicitly set) Actions
179 if (Aspect.Idx >= Actions[Aspect.Opcode - FirstOp].size())
181 const TypeMap &Map = Actions[Aspect.Opcode - FirstOp][Aspect.Idx];
202 SmallVector<TypeMap, 1> Actions[LastOp - FirstOp + 1];
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 78 /// The operation itself must be expressed in terms of simpler actions on
112 if (Actions[Opcode].size() <= Aspect.Idx)
113 Actions[Opcode].resize(Aspect.Idx + 1);
114 Actions[Aspect.Opcode - FirstOp][Aspect.Idx][Aspect.Type] = Action;
151 const TypeMap &Map = Actions[Aspect.Opcode - FirstOp][Aspect.Idx];
173 /// Find the specified \p Aspect in the primary (explicitly set) Actions
179 if (Aspect.Idx >= Actions[Aspect.Opcode - FirstOp].size())
181 const TypeMap &Map = Actions[Aspect.Opcode - FirstOp][Aspect.Idx];
202 SmallVector<TypeMap, 1> Actions[LastOp - FirstOp + 1];
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 78 /// The operation itself must be expressed in terms of simpler actions on
112 if (Actions[Opcode].size() <= Aspect.Idx)
113 Actions[Opcode].resize(Aspect.Idx + 1);
114 Actions[Aspect.Opcode - FirstOp][Aspect.Idx][Aspect.Type] = Action;
151 const TypeMap &Map = Actions[Aspect.Opcode - FirstOp][Aspect.Idx];
173 /// Find the specified \p Aspect in the primary (explicitly set) Actions
179 if (Aspect.Idx >= Actions[Aspect.Opcode - FirstOp].size())
181 const TypeMap &Map = Actions[Aspect.Opcode - FirstOp][Aspect.Idx];
202 SmallVector<TypeMap, 1> Actions[LastOp - FirstOp + 1];
  /external/clang/include/clang/Sema/
Designator.h 171 void ClearExprs(Sema &Actions) {}
175 void FreeExprs(Sema &Actions) {}
201 void ClearExprs(Sema &Actions) {}
205 void FreeExprs(Sema &Actions) {}
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Designator.h 171 void ClearExprs(Sema &Actions) {}
175 void FreeExprs(Sema &Actions) {}
201 void ClearExprs(Sema &Actions) {}
205 void FreeExprs(Sema &Actions) {}
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Designator.h 171 void ClearExprs(Sema &Actions) {}
175 void FreeExprs(Sema &Actions) {}
201 void ClearExprs(Sema &Actions) {}
205 void FreeExprs(Sema &Actions) {}
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Designator.h 171 void ClearExprs(Sema &Actions) {}
175 void FreeExprs(Sema &Actions) {}
201 void ClearExprs(Sema &Actions) {}
205 void FreeExprs(Sema &Actions) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Designator.h 171 void ClearExprs(Sema &Actions) {}
175 void FreeExprs(Sema &Actions) {}
201 void ClearExprs(Sema &Actions) {}
205 void FreeExprs(Sema &Actions) {}
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Designator.h 171 void ClearExprs(Sema &Actions) {}
175 void FreeExprs(Sema &Actions) {}
201 void ClearExprs(Sema &Actions) {}
205 void FreeExprs(Sema &Actions) {}
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Designator.h 171 void ClearExprs(Sema &Actions) {}
175 void FreeExprs(Sema &Actions) {}
201 void ClearExprs(Sema &Actions) {}
205 void FreeExprs(Sema &Actions) {}

Completed in 1154 milliseconds

1 2 3 4 5 6 7 8 9