Lines Matching refs:CaretLoc
11400 void Sema::ActOnBlockStart(SourceLocation CaretLoc, Scope *CurScope) {
11401 BlockDecl *Block = BlockDecl::Create(Context, CurContext, CaretLoc);
11427 void Sema::ActOnBlockArguments(SourceLocation CaretLoc, Declarator &ParamInfo,
11439 if (DiagnoseUnexpandedParameterPack(CaretLoc, Sig, UPPC_Block)) {
11545 void Sema::ActOnBlockError(SourceLocation CaretLoc, Scope *CurScope) {
11557 ExprResult Sema::ActOnBlockStmtExpr(SourceLocation CaretLoc,
11561 Diag(CaretLoc, diag::err_blocks_disable);