Lines Matching defs:FunLocStart
476 void SynthesizeBlockLiterals(SourceLocation FunLocStart,
2381 SourceLocation FunLocStart = FD->getTypeSpecStartLoc();
2403 InsertText(FunLocStart, FdStr);
3162 SourceLocation FunLocStart;
3164 FunLocStart = getFunctionSourceLocation(*this, CurFunctionDef);
3167 FunLocStart = CurMethodDef->getBeginLoc();
3170 InsertText(FunLocStart, str);
4311 void RewriteModernObjC::SynthesizeBlockLiterals(SourceLocation FunLocStart,
4321 InsertText(FunLocStart, SC);
4352 InsertText(FunLocStart, CI);
4356 InsertText(FunLocStart, CF);
4360 InsertText(FunLocStart, HF);
4364 InsertText(FunLocStart, BD);
4383 InsertText(FunLocStart, SC);
4402 InsertText(FunLocStart, globalBuf);
4413 SourceLocation FunLocStart =
4418 SynthesizeBlockLiterals(FunLocStart, FuncName);
4434 // SourceLocation FunLocStart = MD->getBeginLoc();
4435 SourceLocation FunLocStart = MD->getBeginLoc();
4438 SynthesizeBlockLiterals(FunLocStart, FuncName);
5031 SourceLocation FunLocStart;
5033 FunLocStart = getFunctionSourceLocation(*this, CurFunctionDef);
5036 FunLocStart = CurMethodDef->getBeginLoc();
5038 InsertText(FunLocStart, ByrefType);