Lines Matching defs:FunLocStart
385 void SynthesizeBlockLiterals(SourceLocation FunLocStart,
2294 SourceLocation FunLocStart = FD->getTypeSpecStartLoc();
2312 InsertText(FunLocStart, FdStr);
3529 void RewriteObjC::SynthesizeBlockLiterals(SourceLocation FunLocStart,
3542 InsertText(FunLocStart, SC);
3571 InsertText(FunLocStart, CI);
3575 InsertText(FunLocStart, CF);
3579 InsertText(FunLocStart, HF);
3583 InsertText(FunLocStart, BD);
3602 InsertText(FunLocStart, SC);
3612 SourceLocation FunLocStart = FD->getTypeSpecStartLoc();
3615 SynthesizeBlockLiterals(FunLocStart, FuncName);
3631 // SourceLocation FunLocStart = MD->getBeginLoc();
3632 SourceLocation FunLocStart = MD->getBeginLoc();
3635 SynthesizeBlockLiterals(FunLocStart, FuncName);
4197 SourceLocation FunLocStart;
4199 FunLocStart = CurFunctionDef->getTypeSpecStartLoc();
4202 FunLocStart = CurMethodDef->getBeginLoc();
4204 InsertText(FunLocStart, ByrefType);
4220 InsertText(FunLocStart, HF);