Searched refs:FunLocStart (Results 1 – 1 of 1) sorted by relevance
477 void SynthesizeBlockLiterals(SourceLocation FunLocStart,2382 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in RewriteBlockLiteralFunctionDecl() local2404 InsertText(FunLocStart, FdStr); in RewriteBlockLiteralFunctionDecl()3163 SourceLocation FunLocStart; in SynthMsgSendStretCallExpr() local3165 FunLocStart = getFunctionSourceLocation(*this, CurFunctionDef); in SynthMsgSendStretCallExpr()3168 FunLocStart = CurMethodDef->getBeginLoc(); in SynthMsgSendStretCallExpr()3171 InsertText(FunLocStart, str); in SynthMsgSendStretCallExpr()4319 void RewriteModernObjC::SynthesizeBlockLiterals(SourceLocation FunLocStart, in SynthesizeBlockLiterals() argument4329 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()4366 InsertText(FunLocStart, CI); in SynthesizeBlockLiterals()[all …]