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

  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 51 FnD = Actions.ActOnFriendFunctionDecl(getCurScope(), D,
54 FnD = Actions.ActOnCXXMemberDeclarator(getCurScope(), AS, D,
58 Actions.ProcessDeclAttributeList(getCurScope(), FnD, AccessAttrs,
63 Actions.AddInitializerToDecl(FnD, Init.get(), false,
66 Actions.ActOnUninitializedDecl(FnD, TypeSpecContainsAuto);
90 Actions.SetDeclDeleted(FnD, KWLoc);
98 Actions.SetDeclDefaulted(FnD, KWLoc);
120 ((Actions.CurContext->isDependentContext() ||
122 !Actions.IsInsideALocalClassWithinATemplateFunction())) {
128 Actions.CheckForFunctionRedefinition(FD)
    [all...]
ParseStmt.cpp 98 return Actions.ProcessStmtAttributes(Res.get(), Attrs.getList(), Attrs.Range);
123 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Statement);
176 return Actions.ActOnDeclStmt(Decl, DeclStart, DeclEnd);
196 return Actions.ActOnNullStmt(ConsumeToken(), HasLeadingEmptyMacro);
234 Res = Actions.ActOnFinishFullStmt(Res.get());
326 Actions.CheckCaseExpression(Expr.get())) {
338 return Actions.ActOnExprStmt(Expr);
379 return Actions.ActOnSEHTryBlock(false /* IsCXXTry */,
424 return Actions.ActOnSEHExceptBlock(ExceptLoc, FilterExpr.take(), Block.take());
441 return Actions.ActOnSEHFinallyBlock(FinallyBlock,Block.take())
    [all...]
ParseObjc.cpp 38 Actions.CodeCompleteObjCAtDirective(getCurScope());
81 return Actions.ConvertDeclToDeclGroup(SingleDecl);
99 return Actions.ConvertDeclToDeclGroup(0);
113 return Actions.ConvertDeclToDeclGroup(0);
115 return Actions.ActOnForwardClassDeclaration(atLoc, ClassNames.data(),
122 Sema::ObjCContainerKind ock = Actions.getObjCContainerKind();
126 Decl *Decl = Actions.getObjCDeclContext();
130 Actions.ActOnAtEnd(getCurScope(), AtLoc);
177 Actions.CodeCompleteObjCInterfaceDecl(getCurScope());
199 Actions.CodeCompleteObjCInterfaceCategory(getCurScope(), nameId, nameLoc)
    [all...]
ParseExpr.cpp 149 LHS = Actions.ActOnUnaryOp(getCurScope(), ExtLoc, tok::kw___extension__,
158 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Expression);
199 EnterExpressionEvaluationContext Unevaluated(Actions,
204 return Actions.ActOnConstantExpression(Res);
308 Actions.CodeCompleteAssignmentRHS(getCurScope(), LHS.get());
352 << /*LHS*/0 << PP.getSpelling(Tok) << Actions.getExprRange(RHS.get());
375 << Actions.getExprRange(RHS.get());
379 << Actions.getExprRange(RHS.get());
393 SourceRange(Actions.getExprRange(LHS.get()).getBegin(),
394 Actions.getExprRange(RHS.get()).getEnd()))
    [all...]
ParseTemplate.cpp 150 Actions.ActOnTemplateParameterList(Depth, ExportLoc,
217 Decl *Decl = Actions.ParsedFreeStandingDeclSpec(
510 return Actions.ActOnTypeParameter(getCurScope(), TypenameKeyword, Ellipsis,
587 Actions.ActOnTemplateParameterList(Depth, SourceLocation(),
608 return Actions.ActOnTemplateTemplateParameter(getCurScope(), TemplateLoc,
650 EnterExpressionEvaluationContext Unevaluated(Actions, Sema::Unevaluated);
658 return Actions.ActOnNonTypeTemplateParameter(getCurScope(), ParamDecl,
    [all...]
Parser.cpp 51 Parser::Parser(Preprocessor &pp, Sema &actions, bool skipFunctionBodies)
52 : PP(pp), Actions(actions), Diags(PP.getDiagnostics()),
59 Actions.CurScope = 0;
100 CommentSemaHandler.reset(new ActionCommentHandler(actions));
347 Actions.CurScope = N;
349 Actions.CurScope = new Scope(getCurScope(), ScopeFlags, Diags);
357 // Inform the actions module that this scope is going away if there are any
360 Actions.ActOnPopScope(Tok.getLocation(), getCurScope());
363 Actions.CurScope = OldScope->getParent()
    [all...]
ParseExprCXX.cpp 90 if (!Actions.isTemplateName(getCurScope(), SS, /*hasTemplateKeyword=*/false,
184 Actions.RestoreNestedNameSpecifierAnnotation(Tok.getAnnotationValue(),
200 if (Actions.ActOnCXXGlobalScopeSpecifier(getCurScope(), ConsumeToken(), SS))
224 if (Actions.ActOnCXXNestedNameSpecifierDecltype(SS, DS, CCLoc))
247 Actions.CodeCompleteQualifiedId(getCurScope(), SS, EnteringContext);
310 = Actions.ActOnDependentTemplateName(getCurScope(),
348 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(),
384 if (Actions.IsInvalidUnlessNestedName(getCurScope(), SS, II,
402 !Actions.isNonTypeNestedNameSpecifier(getCurScope(), SS, Tok.getLocation(),
418 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(), II, IdLoc, CCLoc
    [all...]
ParseDecl.cpp 64 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
528 Actions.getASTContext(),
534 Actions.getASTContext(),
540 Actions.getASTContext(),
546 Actions.getASTContext(),
552 Actions.getASTContext(),
558 Actions.getASTContext(),
564 Actions.getASTContext(),
880 Actions.ActOnReenterTemplateScope(getCurScope(), Class.TagOrTemplate);
890 Actions.ActOnStartDelayedMemberDeclarations(getCurScope()
    [all...]
ParseInit.cpp 173 return Actions.ActOnDesignatedInitializer(D, ColonLoc, true,
274 = Actions.getObjCMessageKind(getCurScope(), II, IILoc,
365 return Actions.ActOnDesignatedInitializer(Desig, EqualLoc, false,
378 return Actions.ActOnDesignatedInitializer(Desig, Tok.getLocation(),
415 return Actions.ActOnInitList(LBraceLoc, MultiExprArg(), ConsumeBrace());
443 SubElt = Actions.ActOnPackExpansion(SubElt.get(), ConsumeToken());
478 return Actions.ActOnInitList(LBraceLoc, InitExprs,
526 SubElt = Actions.ActOnPackExpansion(SubElt.get(), ConsumeToken());
ParseDeclCXX.cpp 61 Actions.CodeCompleteNamespaceDecl(getCurScope());
168 Actions.ActOnStartNamespaceDef(getCurScope(), InlineLoc, NamespaceLoc,
172 PrettyDeclStackTraceEntry CrashInfo(Actions, NamespcDecl, NamespaceLoc,
184 Actions.ActOnFinishNamespaceDef(NamespcDecl, DeclEnd);
214 Actions.ActOnStartNamespaceDef(getCurScope(), SourceLocation(),
224 Actions.ActOnFinishNamespaceDef(NamespcDecl, Tracker.getCloseLocation());
239 Actions.CodeCompleteNamespaceAliasDecl(getCurScope());
264 return Actions.ActOnNamespaceAliasDef(getCurScope(), NamespaceLoc, AliasLoc, Alias,
292 = Actions.ActOnStartLinkageSpecification(getCurScope(),
310 return Actions.ActOnFinishLinkageSpecification(getCurScope(), LinkageSpec
    [all...]
RAIIObjectsForParser.h 80 /// \brief RAII object used to inform the actions that we're
85 Sema &Actions;
96 : Actions(P.getActions()), DiagnosticPool(NULL) {
103 : Actions(P.getActions()), DiagnosticPool(parentPool) {
111 : Actions(P.getActions()),
156 State = Actions.PushParsingDeclaration(DiagnosticPool);
162 Actions.PopParsingDeclaration(State, D);
ParsePragma.cpp 28 Actions.ActOnPragmaUnused(Tok, getCurScope(), UnusedLoc);
37 Actions.ActOnPragmaVisibility(VisType, VisLoc);
55 Alignment = Actions.ActOnNumericConstant(Info->Alignment);
59 Actions.ActOnPragmaPack(Info->Kind, Info->Name, Alignment.get(), PragmaLoc,
68 Actions.ActOnPragmaMSStruct(Kind);
78 Actions.ActOnPragmaOptionsAlign(Kind, PragmaLoc);
84 Actions.ActOnPragmaWeakID(Tok.getIdentifierInfo(), PragmaLoc,
98 Actions.ActOnPragmaWeakAlias(WeakName, AliasName, PragmaLoc,
112 Actions.ActOnPragmaRedefineExtname(RedefName, AliasName, RedefLoc,
121 Actions.ActOnPragmaFPContract(OOS)
    [all...]
ParseTentative.cpp     [all...]
  /external/clang/include/clang/Driver/
Compilation.h 43 /// The list of actions.
44 ActionList Actions;
82 ActionList &getActions() { return Actions; }
83 const ActionList &getActions() const { return Actions; }
Driver.h 243 /// BuildActions - Construct the list of actions to perform for the
248 /// \param Actions - The list to store the resulting actions onto.
250 const InputList &Inputs, ActionList &Actions) const;
252 /// BuildUniversalActions - Construct the list of actions to perform
257 /// \param Actions - The list to store the resulting actions onto.
260 ActionList &Actions) const;
262 /// BuildJobs - Bind actions to concrete tools and translate
287 /// PrintActions - Print the list of actions
    [all...]
  /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) {}
Sema.h 522 /// Translation Unit Scope - useful to Objective-C actions that need
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.cpp 73 /// ComputeActionsTable - Compute the actions table and gather the first action
77 SmallVectorImpl<ActionEntry> &Actions,
133 assert(Actions.size());
134 PrevAction = Actions.size() - 1;
136 MCAsmInfo::getSLEB128Size(Actions[PrevAction].NextAction) +
137 MCAsmInfo::getSLEB128Size(Actions[PrevAction].ValueForTypeID);
142 MCAsmInfo::getSLEB128Size(Actions[PrevAction].ValueForTypeID);
143 SizeAction += -Actions[PrevAction].NextAction;
144 PrevAction = Actions[PrevAction].Previous;
148 // Compute the actions
    [all...]
DwarfException.h 63 /// ActionEntry - Structure describing an entry in the actions table.
81 /// ComputeActionsTable - Compute the actions table and gather the first
84 SmallVectorImpl<ActionEntry> &Actions,
103 /// EmitExceptionTable - Emit landing pads and actions.
112 /// the actions table.
  /external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 170 /// ActionEntry - Structure describing an entry in the actions table.
211 // duplicate actions.
237 // Compute the actions table and gather the first action index for each
239 SmallVector<ActionEntry, 32> Actions;
257 assert(Actions.size());
258 PrevAction = &Actions.back();
268 // Compute the actions.
280 Actions.push_back(Action);
282 PrevAction = &Actions.back();
442 // Emit the actions
    [all...]
  /external/clang/lib/Driver/
Compilation.cpp 44 // Free the actions, if built.
45 for (ActionList::iterator it = Actions.begin(), ie = Actions.end();
352 // Free actions and jobs.
353 DeleteContainerPointers(Actions);
Driver.cpp 318 // Construct the list of abstract actions to perform for this compilation. On
319 // Darwin target OSes this uses the driver-driver and universal actions.
429 // Construct the list of abstract actions to perform for this compilation. On
430 // Darwin OSes this uses the driver-driver and builds universal actions.
779 /// assembly actions.
794 ActionList &Actions) const {
795 llvm::PrettyStackTraceString CrashInfo("Building universal build actions");
865 Actions.append(Inputs.begin(), Inputs.end());
867 Actions.push_back(new LipoJobAction(Inputs, Act->getType()));
873 ContainsCompileOrAssembleAction(Actions.back()))
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 75 /// Actions - These are the callbacks we invoke as we parse various constructs
77 Sema &Actions;
188 /// to parse the C-like decls, meaning Actions.getObjCDeclContext() will
195 Parser(Preprocessor &PP, Sema &Actions, bool SkipFunctionBodies);
201 Sema &getActions() const { return Actions; }
205 Scope *getCurScope() const { return Actions.getCurScope(); }
207 Decl *getObjCDeclContext() const { return Actions.getObjCDeclContext(); }
210 // different actual classes based on the actions in place.
595 P.Actions.ActOnObjCTemporaryExitContainerContext(cast<DeclContext>(DC));
599 P.Actions.ActOnObjCReenterContainerContext(cast<DeclContext>(DC))
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
rails.php 126 'ActionController::Caching::Actions',
127 'ActionController::Caching::Actions::ActionCachePath',
  /frameworks/base/docs/html/training/
training_toc.cs 176 scalable way to perform Share actions with user content."
    [all...]

Completed in 459 milliseconds