Home | History | Annotate | Download | only in Frontend

Lines Matching refs:FunLocStart

395     void SynthesizeBlockLiterals(SourceLocation FunLocStart,
2300 SourceLocation FunLocStart = FD->getTypeSpecStartLoc();
2318 InsertText(FunLocStart, FdStr);
3563 void RewriteObjC::SynthesizeBlockLiterals(SourceLocation FunLocStart,
3576 InsertText(FunLocStart, SC);
3609 InsertText(FunLocStart, CI);
3613 InsertText(FunLocStart, CF);
3617 InsertText(FunLocStart, HF);
3621 InsertText(FunLocStart, BD);
3642 InsertText(FunLocStart, SC);
3652 SourceLocation FunLocStart = FD->getTypeSpecStartLoc();
3655 SynthesizeBlockLiterals(FunLocStart, FuncName);
3671 //SourceLocation FunLocStart = MD->getLocStart();
3672 SourceLocation FunLocStart = MD->getLocStart();
3675 SynthesizeBlockLiterals(FunLocStart, FuncName);
4260 SourceLocation FunLocStart;
4262 FunLocStart = CurFunctionDef->getTypeSpecStartLoc();
4265 FunLocStart = CurMethodDef->getLocStart();
4267 InsertText(FunLocStart, ByrefType);
4283 InsertText(FunLocStart, HF);