Home | History | Annotate | Download | only in Sema

Lines Matching defs:CurScope

2677                                       Stmt *SubStmt, Scope *CurScope);
2746 StmtResult ActOnContinueStmt(SourceLocation ContinueLoc, Scope *CurScope);
2747 StmtResult ActOnBreakStmt(SourceLocation BreakLoc, Scope *CurScope);
2787 Scope *CurScope);
3355 void ActOnBlockStart(SourceLocation CaretLoc, Scope *CurScope);
3360 Scope *CurScope);
3364 void ActOnBlockError(SourceLocation CaretLoc, Scope *CurScope);
3369 Scope *CurScope);
3408 Decl *ActOnUsingDirective(Scope *CurScope,
3418 Decl *ActOnNamespaceAliasDef(Scope *CurScope,
3452 Decl *ActOnUsingDeclaration(Scope *CurScope,
3461 Decl *ActOnAliasDeclaration(Scope *CurScope,
4254 void addLambdaParameters(CXXMethodDecl *CallOperator, Scope *CurScope);
4265 Declarator &ParamInfo, Scope *CurScope);
4269 void ActOnLambdaError(SourceLocation StartLoc, Scope *CurScope,
4275 Scope *CurScope,
6522 Scope *curScope,
7441 Scope *CurScope;
7460 Scope *getCurScope() const { return CurScope; }