Home | History | Annotate | Download | only in Parse

Lines Matching refs:Actions

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,
328 return Actions.ActOnFinishLinkageSpecification(getCurScope(), LinkageSpec,
346 Actions.CodeCompleteUsing(getCurScope());
392 Actions.CodeCompleteUsingDirective(getCurScope());
431 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS,
592 return Actions.ActOnAliasDeclaration(getCurScope(), AS, TemplateParamsArg,
597 return Actions.ActOnUsingDeclaration(getCurScope(), AS, true, UsingLoc, SS,
655 return Actions.ActOnStaticAssertDeclaration(StaticAssertLoc,
700 EnterExpressionEvaluationContext Unevaluated(Actions, Sema::Unevaluated,
730 Result = Actions.ActOnDecltypeExpression(Result.take());
842 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
878 if (!Actions.DiagnoseUnknownTemplateName(*Id, IdLoc, getCurScope(),
913 ParsedType Type = Actions.getTypeName(*Id, IdLoc, getCurScope(), &SS, true,
937 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
1086 Actions.CodeCompleteTag(getCurScope(), TagType);
1399 = Actions.ActOnExplicitInstantiation(getCurScope(),
1420 TypeResult = Actions.ActOnTagTemplateIdType(TUK, TagType, StartLoc,
1455 Actions.ActOnTemplateParameterList(0, SourceLocation(),
1465 = Actions.ActOnClassTemplateSpecialization(getCurScope(), TagType, TUK,
1487 = Actions.ActOnExplicitInstantiation(getCurScope(),
1497 Actions.ActOnTemplatedFriendTag(getCurScope(), DS.getFriendSpecLoc(),
1518 TagOrTempResult = Actions.ActOnTag(getCurScope(), TagType, TUK, StartLoc,
1529 TypeResult = Actions.ActOnDependentTag(getCurScope(), TagType, TUK,
1534 // If there is a body, parse it and inform the actions module.
1623 Actions.ActOnBaseSpecifiers(ClassDecl, BaseInfo.data(), BaseInfo.size());
1693 return Actions.ActOnBaseSpecifier(ClassDecl, Range, Attributes, IsVirtual,
1918 Actions.ActOnUsingDeclaration(getCurScope(), AS,
2010 Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS, DS, TemplateParams);
2200 ThisDecl = Actions.ActOnFriendFunctionDecl(getCurScope(), DeclaratorInfo,
2203 ThisDecl = Actions.ActOnCXXMemberDeclarator(getCurScope(), AS,
2209 Actions.ProcessDeclAttributeList(getCurScope(), ThisDecl, AccessAttrs,
2253 Actions.AddInitializerToDecl(ThisDecl, Init.get(), EqualLoc.isInvalid(),
2257 Actions.ActOnUninitializedDecl(ThisDecl,
2262 Actions.FinalizeDeclaration(ThisDecl);
2317 Actions.FinalizeDeclaratorGroup(getCurScope(), DS, DeclsInGroup.data(),
2348 EnterExpressionEvaluationContext Context(Actions,
2397 PrettyDeclStackTraceEntry CrashInfo(Actions, TagDecl, RecordLoc,
2441 Actions.ActOnTagStartDefinition(getCurScope(), TagDecl);
2473 Actions.ActOnTagDefinitionError(getCurScope(), TagDecl);
2483 Actions.ActOnStartCXXMemberDeclarations(getCurScope(), TagDecl, FinalLoc,
2560 if (Actions.ActOnAccessSpecifier(AS, ASLoc, EndLoc,
2585 Actions.ActOnFinishCXXMemberSpecification(getCurScope(), RecordLoc, TagDecl,
2605 Actions.ActOnFinishCXXMemberDecls();
2613 Actions.ActOnTagFinishDefinition(getCurScope(), TagDecl,
2654 Actions.CodeCompleteConstructorInitializer(ConstructorDecl,
2684 Actions.ActOnMemInitializers(ConstructorDecl, ColonLoc, MemInitializers,
2749 return Actions.ActOnMemInitializer(ConstructorDecl, getCurScope(), SS, II,
2770 return Actions.ActOnMemInitializer(ConstructorDecl, getCurScope(), SS, II,
2829 NoexceptExpr = Actions.ActOnBooleanCondition(getCurScope(), KeywordLoc,
2905 Res = Actions.ActOnPackExpansion(Res.get(), Ellipsis);
2943 return Actions.PushParsingClass();
2963 Actions.PopParsingClass(state);
3270 Actions.ActOnAccessSpecifier(AS, ASLoc, Tok.getLocation());