Lines Matching refs:getCurScope
31 return Actions.getCurScope(); in ReenterTemplateScopes()
230 getCurScope(), AS, DS, in ParseSingleDeclarationAfterTemplate()
424 return Actions.ActOnConceptDefinition(getCurScope(), in ParseConceptDefinition()
652 getCurScope(), D, Depth, Position, /*EqualLoc=*/SourceLocation(), in ParseTemplateParameter()
719 auto TNK = Actions.isTemplateName(getCurScope(), SS, in TryAnnotateTypeConstraint()
827 NamedDecl *NewDecl = Actions.ActOnTypeParameter(getCurScope(), in ParseTypeParameter()
947 return Actions.ActOnTemplateTemplateParameter(getCurScope(), TemplateLoc, in ParseTemplateTemplateParameter()
1002 return Actions.ActOnNonTypeTemplateParameter(getCurScope(), ParamDecl, in ParseNonTypeTemplateParameter()
1329 getCurScope(), SS, TemplateKWLoc, Template, in AnnotateTemplateIdToken()
1404 getCurScope(), SS, TemplateId->TemplateKWLoc, in AnnotateTemplateIdTokenAsType()
1470 Actions.ActOnTemplateName(getCurScope(), SS, TemplateKWLoc, Name, in ParseTemplateTemplateArgument()
1487 getCurScope(), SS, in ParseTemplateTemplateArgument()
1658 Actions.PushDeclContext(Actions.getCurScope(), DC); in ParseLateTemplatedFuncDef()
1681 Actions.ActOnStartOfFunctionDef(getCurScope(), FunD); in ParseLateTemplatedFuncDef()
1735 Actions.diagnoseExprIntendedAsTemplateName(getCurScope(), LHS, in diagnoseUnknownTemplateId()
1765 getCurScope(), PotentialTemplateName, Less, Greater); in checkPotentialAngleBracket()
1815 getCurScope(), LAngle.TemplateName, LAngle.LessLoc, in checkPotentialAngleBracketDelimiter()