Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:FunLocStart

387     void SynthesizeBlockLiterals(SourceLocation FunLocStart,
2325 SourceLocation FunLocStart = FD->getTypeSpecStartLoc();
2343 InsertText(FunLocStart, FdStr);
3610 void RewriteObjC::SynthesizeBlockLiterals(SourceLocation FunLocStart,
3623 InsertText(FunLocStart, SC);
3656 InsertText(FunLocStart, CI);
3660 InsertText(FunLocStart, CF);
3664 InsertText(FunLocStart, HF);
3668 InsertText(FunLocStart, BD);
3689 InsertText(FunLocStart, SC);
3699 SourceLocation FunLocStart = FD->getTypeSpecStartLoc();
3702 SynthesizeBlockLiterals(FunLocStart, FuncName);
3718 //SourceLocation FunLocStart = MD->getLocStart();
3719 SourceLocation FunLocStart = MD->getLocStart();
3722 SynthesizeBlockLiterals(FunLocStart, FuncName);
4313 SourceLocation FunLocStart;
4315 FunLocStart = CurFunctionDef->getTypeSpecStartLoc();
4318 FunLocStart = CurMethodDef->getLocStart();
4320 InsertText(FunLocStart, ByrefType);
4336 InsertText(FunLocStart, HF);