Lines Matching refs:FunLocStart

478     void SynthesizeBlockLiterals(SourceLocation FunLocStart,
2378 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in RewriteBlockLiteralFunctionDecl() local
2400 InsertText(FunLocStart, FdStr); in RewriteBlockLiteralFunctionDecl()
3157 SourceLocation FunLocStart; in SynthMsgSendStretCallExpr() local
3159 FunLocStart = getFunctionSourceLocation(*this, CurFunctionDef); in SynthMsgSendStretCallExpr()
3162 FunLocStart = CurMethodDef->getBeginLoc(); in SynthMsgSendStretCallExpr()
3165 InsertText(FunLocStart, str); in SynthMsgSendStretCallExpr()
4324 void RewriteModernObjC::SynthesizeBlockLiterals(SourceLocation FunLocStart, in SynthesizeBlockLiterals() argument
4334 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
4371 InsertText(FunLocStart, CI); in SynthesizeBlockLiterals()
4375 InsertText(FunLocStart, CF); in SynthesizeBlockLiterals()
4379 InsertText(FunLocStart, HF); in SynthesizeBlockLiterals()
4383 InsertText(FunLocStart, BD); in SynthesizeBlockLiterals()
4404 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
4423 InsertText(FunLocStart, globalBuf); in SynthesizeBlockLiterals()
4434 SourceLocation FunLocStart = in InsertBlockLiteralsWithinFunction() local
4439 SynthesizeBlockLiterals(FunLocStart, FuncName); in InsertBlockLiteralsWithinFunction()
4456 SourceLocation FunLocStart = MD->getBeginLoc(); in InsertBlockLiteralsWithinMethod() local
4459 SynthesizeBlockLiterals(FunLocStart, FuncName); in InsertBlockLiteralsWithinMethod()
5056 SourceLocation FunLocStart; in RewriteByRefVar() local
5058 FunLocStart = getFunctionSourceLocation(*this, CurFunctionDef); in RewriteByRefVar()
5061 FunLocStart = CurMethodDef->getBeginLoc(); in RewriteByRefVar()
5063 InsertText(FunLocStart, ByrefType); in RewriteByRefVar()