Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurScope

8879 void Sema::ActOnBlockStart(SourceLocation CaretLoc, Scope *CurScope) {
8881 PushBlockScope(CurScope, Block);
8883 if (CurScope)
8884 PushDeclContext(CurScope, Block);
8895 void Sema::ActOnBlockArguments(Declarator &ParamInfo, Scope *CurScope) {
8900 TypeSourceInfo *Sig = GetTypeForDeclarator(ParamInfo, CurScope);
8994 ProcessDeclAttributes(CurScope, CurBlock->TheDecl, ParamInfo);
9016 void Sema::ActOnBlockError(SourceLocation CaretLoc, Scope *CurScope) {
9029 Stmt *Body, Scope *CurScope) {