Lines Matching refs:FunLocStart
388 void SynthesizeBlockLiterals(SourceLocation FunLocStart,
2287 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in RewriteBlockLiteralFunctionDecl() local
2305 InsertText(FunLocStart, FdStr); in RewriteBlockLiteralFunctionDecl()
3530 void RewriteObjC::SynthesizeBlockLiterals(SourceLocation FunLocStart, in SynthesizeBlockLiterals() argument
3543 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
3576 InsertText(FunLocStart, CI); in SynthesizeBlockLiterals()
3580 InsertText(FunLocStart, CF); in SynthesizeBlockLiterals()
3584 InsertText(FunLocStart, HF); in SynthesizeBlockLiterals()
3588 InsertText(FunLocStart, BD); in SynthesizeBlockLiterals()
3609 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
3619 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in InsertBlockLiteralsWithinFunction() local
3622 SynthesizeBlockLiterals(FunLocStart, FuncName); in InsertBlockLiteralsWithinFunction()
3639 SourceLocation FunLocStart = MD->getBeginLoc(); in InsertBlockLiteralsWithinMethod() local
3642 SynthesizeBlockLiterals(FunLocStart, FuncName); in InsertBlockLiteralsWithinMethod()
4208 SourceLocation FunLocStart; in RewriteByRefVar() local
4210 FunLocStart = CurFunctionDef->getTypeSpecStartLoc(); in RewriteByRefVar()
4213 FunLocStart = CurMethodDef->getBeginLoc(); in RewriteByRefVar()
4215 InsertText(FunLocStart, ByrefType); in RewriteByRefVar()
4231 InsertText(FunLocStart, HF); in RewriteByRefVar()