Lines Matching defs:FunLocStart
477 void SynthesizeBlockLiterals(SourceLocation FunLocStart,
2382 SourceLocation FunLocStart = FD->getTypeSpecStartLoc();
2404 InsertText(FunLocStart, FdStr);
3163 SourceLocation FunLocStart;
3165 FunLocStart = getFunctionSourceLocation(*this, CurFunctionDef);
3168 FunLocStart = CurMethodDef->getBeginLoc();
3171 InsertText(FunLocStart, str);
4319 void RewriteModernObjC::SynthesizeBlockLiterals(SourceLocation FunLocStart,
4329 InsertText(FunLocStart, SC);
4366 InsertText(FunLocStart, CI);
4370 InsertText(FunLocStart, CF);
4374 InsertText(FunLocStart, HF);
4378 InsertText(FunLocStart, BD);
4399 InsertText(FunLocStart, SC);
4418 InsertText(FunLocStart, globalBuf);
4429 SourceLocation FunLocStart =
4434 SynthesizeBlockLiterals(FunLocStart, FuncName);
4450 // SourceLocation FunLocStart = MD->getBeginLoc();
4451 SourceLocation FunLocStart = MD->getBeginLoc();
4454 SynthesizeBlockLiterals(FunLocStart, FuncName);
5047 SourceLocation FunLocStart;
5049 FunLocStart = getFunctionSourceLocation(*this, CurFunctionDef);
5052 FunLocStart = CurMethodDef->getBeginLoc();
5054 InsertText(FunLocStart, ByrefType);