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()
4321 void RewriteModernObjC::SynthesizeBlockLiterals(SourceLocation FunLocStart, in SynthesizeBlockLiterals() argument
4331 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
4368 InsertText(FunLocStart, CI); in SynthesizeBlockLiterals()
4372 InsertText(FunLocStart, CF); in SynthesizeBlockLiterals()
4376 InsertText(FunLocStart, HF); in SynthesizeBlockLiterals()
4380 InsertText(FunLocStart, BD); in SynthesizeBlockLiterals()
4401 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
4420 InsertText(FunLocStart, globalBuf); in SynthesizeBlockLiterals()
4431 SourceLocation FunLocStart = in InsertBlockLiteralsWithinFunction() local
4436 SynthesizeBlockLiterals(FunLocStart, FuncName); in InsertBlockLiteralsWithinFunction()
4453 SourceLocation FunLocStart = MD->getBeginLoc(); in InsertBlockLiteralsWithinMethod() local
4456 SynthesizeBlockLiterals(FunLocStart, FuncName); in InsertBlockLiteralsWithinMethod()
5049 SourceLocation FunLocStart; in RewriteByRefVar() local
5051 FunLocStart = getFunctionSourceLocation(*this, CurFunctionDef); in RewriteByRefVar()
5054 FunLocStart = CurMethodDef->getBeginLoc(); in RewriteByRefVar()
5056 InsertText(FunLocStart, ByrefType); in RewriteByRefVar()