Lines Matching refs:Actions
62 Actions.CodeCompleteNamespaceDecl(getCurScope());
169 Actions.ActOnStartNamespaceDef(getCurScope(), InlineLoc, NamespaceLoc,
173 PrettyDeclStackTraceEntry CrashInfo(Actions, NamespcDecl, NamespaceLoc,
185 Actions.ActOnFinishNamespaceDef(NamespcDecl, DeclEnd);
215 Actions.ActOnStartNamespaceDef(getCurScope(), SourceLocation(),
225 Actions.ActOnFinishNamespaceDef(NamespcDecl, Tracker.getCloseLocation());
240 Actions.CodeCompleteNamespaceAliasDecl(getCurScope());
265 return Actions.ActOnNamespaceAliasDef(getCurScope(), NamespaceLoc, AliasLoc, Alias,
293 = Actions.ActOnStartLinkageSpecification(getCurScope(),
311 return Actions.ActOnFinishLinkageSpecification(getCurScope(), LinkageSpec,
329 return Actions.ActOnFinishLinkageSpecification(getCurScope(), LinkageSpec,
347 Actions.CodeCompleteUsing(getCurScope());
393 Actions.CodeCompleteUsingDirective(getCurScope());
432 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS,
502 ParsedType Type = Actions.getInheritingConstructorName(SS, IdLoc, *LastII);
609 return Actions.ActOnAliasDeclaration(getCurScope(), AS, TemplateParamsArg,
614 return Actions.ActOnUsingDeclaration(getCurScope(), AS,
673 return Actions.ActOnStaticAssertDeclaration(StaticAssertLoc,
729 EnterExpressionEvaluationContext Unevaluated(Actions, Sema::Unevaluated,
751 Result = Actions.ActOnDecltypeExpression(Result.take());
881 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
917 if (!Actions.DiagnoseUnknownTemplateName(*Id, IdLoc, getCurScope(),
952 ParsedType Type = Actions.getTypeName(*Id, IdLoc, getCurScope(), &SS, true,
976 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
1125 Actions.CodeCompleteTag(getCurScope(), TagType);
1438 = Actions.ActOnExplicitInstantiation(getCurScope(),
1459 TypeResult = Actions.ActOnTagTemplateIdType(TUK, TagType, StartLoc,
1502 Actions.ActOnTemplateParameterList(0, SourceLocation(),
1513 = Actions.ActOnClassTemplateSpecialization(getCurScope(), TagType, TUK,
1535 = Actions.ActOnExplicitInstantiation(getCurScope(),
1545 Actions.ActOnTemplatedFriendTag(getCurScope(), DS.getFriendSpecLoc(),
1575 TagOrTempResult = Actions.ActOnTag(getCurScope(), TagType, TUK, StartLoc,
1586 TypeResult = Actions.ActOnDependentTag(getCurScope(), TagType, TUK,
1591 // If there is a body, parse it and inform the actions module.
1680 Actions.ActOnBaseSpecifiers(ClassDecl, BaseInfo.data(), BaseInfo.size());
1750 return Actions.ActOnBaseSpecifier(ClassDecl, Range, Attributes, IsVirtual,
1975 Actions.ActOnUsingDeclaration(getCurScope(), AS,
2068 Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS, DS, TemplateParams);
2260 ThisDecl = Actions.ActOnFriendFunctionDecl(getCurScope(), DeclaratorInfo,
2263 ThisDecl = Actions.ActOnCXXMemberDeclarator(getCurScope(), AS,
2276 Actions.ProcessDeclAttributeList(getCurScope(), ThisDecl, AccessAttrs,
2312 Actions.AddInitializerToDecl(ThisDecl, Init.get(), EqualLoc.isInvalid(),
2316 Actions.ActOnUninitializedDecl(ThisDecl, DS.containsPlaceholderType());
2327 Actions.FinalizeDeclaration(ThisDecl);
2382 Actions.FinalizeDeclaratorGroup(getCurScope(), DS, DeclsInGroup);
2412 EnterExpressionEvaluationContext Context(Actions,
2461 PrettyDeclStackTraceEntry CrashInfo(Actions, TagDecl, RecordLoc,
2505 Actions.ActOnTagStartDefinition(getCurScope(), TagDecl);
2537 Actions.ActOnTagDefinitionError(getCurScope(), TagDecl);
2547 Actions.ActOnStartCXXMemberDeclarations(getCurScope(), TagDecl, FinalLoc,
2629 if (Actions.ActOnAccessSpecifier(AS, ASLoc, EndLoc,
2654 Actions.ActOnFinishCXXMemberSpecification(getCurScope(), RecordLoc, TagDecl,
2674 Actions.ActOnFinishCXXMemberDecls();
2682 Actions.ActOnTagFinishDefinition(getCurScope(), TagDecl,
2723 Actions.CodeCompleteConstructorInitializer(ConstructorDecl,
2752 Actions.ActOnMemInitializers(ConstructorDecl, ColonLoc, MemInitializers,
2817 return Actions.ActOnMemInitializer(ConstructorDecl, getCurScope(), SS, II,
2838 return Actions.ActOnMemInitializer(ConstructorDecl, getCurScope(), SS, II,
2896 NoexceptExpr = Actions.ActOnBooleanCondition(getCurScope(), KeywordLoc,
2983 Res = Actions.ActOnPackExpansion(Res.get(), Ellipsis);
3023 return Actions.PushParsingClass();
3043 Actions.PopParsingClass(state);
3350 Actions.ActOnAccessSpecifier(AS, ASLoc, Tok.getLocation());