Home | History | Annotate | Download | only in Frontend

Lines Matching refs:FunLocStart

491     void SynthesizeBlockLiterals(SourceLocation FunLocStart,
2414 SourceLocation FunLocStart = FD->getTypeSpecStartLoc();
2436 InsertText(FunLocStart, FdStr);
3222 SourceLocation FunLocStart;
3224 FunLocStart = getFunctionSourceLocation(*this, CurFunctionDef);
3227 FunLocStart = CurMethodDef->getLocStart();
3230 InsertText(FunLocStart, str);
4437 void RewriteModernObjC::SynthesizeBlockLiterals(SourceLocation FunLocStart,
4447 InsertText(FunLocStart, SC);
4484 InsertText(FunLocStart, CI);
4488 InsertText(FunLocStart, CF);
4492 InsertText(FunLocStart, HF);
4496 InsertText(FunLocStart, BD);
4517 InsertText(FunLocStart, SC);
4536 InsertText(FunLocStart, globalBuf);
4547 SourceLocation FunLocStart =
4552 SynthesizeBlockLiterals(FunLocStart, FuncName);
4568 //SourceLocation FunLocStart = MD->getLocStart();
4569 SourceLocation FunLocStart = MD->getLocStart();
4572 SynthesizeBlockLiterals(FunLocStart, FuncName);
5190 SourceLocation FunLocStart;
5192 FunLocStart = getFunctionSourceLocation(*this, CurFunctionDef);
5195 FunLocStart = CurMethodDef->getLocStart();
5197 InsertText(FunLocStart, ByrefType);