Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurScope

10419 void Sema::ActOnBlockStart(SourceLocation CaretLoc, Scope *CurScope) {
10432 PushBlockScope(CurScope, Block);
10434 if (CurScope)
10435 PushDeclContext(CurScope, Block);
10447 Scope *CurScope) {
10453 TypeSourceInfo *Sig = GetTypeForDeclarator(ParamInfo, CurScope);
10547 ProcessDeclAttributes(CurScope, CurBlock->TheDecl, ParamInfo);
10564 void Sema::ActOnBlockError(SourceLocation CaretLoc, Scope *CurScope) {
10577 Stmt *Body, Scope *CurScope) {