Lines Matching refs:FunLocStart
387 void SynthesizeBlockLiterals(SourceLocation FunLocStart,
2296 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in RewriteBlockLiteralFunctionDecl() local
2314 InsertText(FunLocStart, FdStr); in RewriteBlockLiteralFunctionDecl()
3531 void RewriteObjC::SynthesizeBlockLiterals(SourceLocation FunLocStart, in SynthesizeBlockLiterals() argument
3544 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
3577 InsertText(FunLocStart, CI); in SynthesizeBlockLiterals()
3581 InsertText(FunLocStart, CF); in SynthesizeBlockLiterals()
3585 InsertText(FunLocStart, HF); in SynthesizeBlockLiterals()
3589 InsertText(FunLocStart, BD); in SynthesizeBlockLiterals()
3610 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
3620 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in InsertBlockLiteralsWithinFunction() local
3623 SynthesizeBlockLiterals(FunLocStart, FuncName); in InsertBlockLiteralsWithinFunction()
3640 SourceLocation FunLocStart = MD->getBeginLoc(); in InsertBlockLiteralsWithinMethod() local
3643 SynthesizeBlockLiterals(FunLocStart, FuncName); in InsertBlockLiteralsWithinMethod()
4206 SourceLocation FunLocStart; in RewriteByRefVar() local
4208 FunLocStart = CurFunctionDef->getTypeSpecStartLoc(); in RewriteByRefVar()
4211 FunLocStart = CurMethodDef->getBeginLoc(); in RewriteByRefVar()
4213 InsertText(FunLocStart, ByrefType); in RewriteByRefVar()
4229 InsertText(FunLocStart, HF); in RewriteByRefVar()