Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:FunLocStart

421     void SynthesizeBlockLiterals(SourceLocation FunLocStart,
2248 SourceLocation FunLocStart = FD->getTypeSpecStartLoc();
2266 InsertText(FunLocStart, FdStr);
4026 void RewriteModernObjC::SynthesizeBlockLiterals(SourceLocation FunLocStart,
4036 InsertText(FunLocStart, SC);
4073 InsertText(FunLocStart, CI);
4077 InsertText(FunLocStart, CF);
4081 InsertText(FunLocStart, HF);
4085 InsertText(FunLocStart, BD);
4106 InsertText(FunLocStart, SC);
4125 InsertText(FunLocStart, globalBuf);
4136 SourceLocation FunLocStart = getFunctionSourceLocation(*this, FD);
4139 SynthesizeBlockLiterals(FunLocStart, FuncName);
4155 //SourceLocation FunLocStart = MD->getLocStart();
4156 SourceLocation FunLocStart = MD->getLocStart();
4159 SynthesizeBlockLiterals(FunLocStart, FuncName);
4782 SourceLocation FunLocStart;
4784 FunLocStart = getFunctionSourceLocation(*this, CurFunctionDef);
4787 FunLocStart = CurMethodDef->getLocStart();
4789 InsertText(FunLocStart, ByrefType);
4805 InsertText(FunLocStart, HF);