Lines Matching refs:FunLocStart

478     void SynthesizeBlockLiterals(SourceLocation FunLocStart,
2383 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in RewriteBlockLiteralFunctionDecl() local
2405 InsertText(FunLocStart, FdStr); in RewriteBlockLiteralFunctionDecl()
3164 SourceLocation FunLocStart; in SynthMsgSendStretCallExpr() local
3166 FunLocStart = getFunctionSourceLocation(*this, CurFunctionDef); in SynthMsgSendStretCallExpr()
3169 FunLocStart = CurMethodDef->getBeginLoc(); in SynthMsgSendStretCallExpr()
3172 InsertText(FunLocStart, str); in SynthMsgSendStretCallExpr()
4322 void RewriteModernObjC::SynthesizeBlockLiterals(SourceLocation FunLocStart, in SynthesizeBlockLiterals() argument
4332 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
4369 InsertText(FunLocStart, CI); in SynthesizeBlockLiterals()
4373 InsertText(FunLocStart, CF); in SynthesizeBlockLiterals()
4377 InsertText(FunLocStart, HF); in SynthesizeBlockLiterals()
4381 InsertText(FunLocStart, BD); in SynthesizeBlockLiterals()
4402 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
4421 InsertText(FunLocStart, globalBuf); in SynthesizeBlockLiterals()
4432 SourceLocation FunLocStart = in InsertBlockLiteralsWithinFunction() local
4437 SynthesizeBlockLiterals(FunLocStart, FuncName); in InsertBlockLiteralsWithinFunction()
4454 SourceLocation FunLocStart = MD->getBeginLoc(); in InsertBlockLiteralsWithinMethod() local
4457 SynthesizeBlockLiterals(FunLocStart, FuncName); in InsertBlockLiteralsWithinMethod()
5050 SourceLocation FunLocStart; in RewriteByRefVar() local
5052 FunLocStart = getFunctionSourceLocation(*this, CurFunctionDef); in RewriteByRefVar()
5055 FunLocStart = CurMethodDef->getBeginLoc(); in RewriteByRefVar()
5057 InsertText(FunLocStart, ByrefType); in RewriteByRefVar()