Searched defs:FunLocStart (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Rewrite/
H A DRewriteObjC.cpp387 void SynthesizeBlockLiterals(SourceLocation FunLocStart,
2325 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); local
2343 InsertText(FunLocStart, FdStr);
3610 void RewriteObjC::SynthesizeBlockLiterals(SourceLocation FunLocStart, argument
3623 InsertText(FunLocStart, SC);
3656 InsertText(FunLocStart, CI);
3660 InsertText(FunLocStart, CF);
3664 InsertText(FunLocStart, HF);
3668 InsertText(FunLocStart, BD);
3689 InsertText(FunLocStart, S
3699 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); local
3719 SourceLocation FunLocStart = MD->getLocStart(); local
4313 SourceLocation FunLocStart; local
[all...]
H A DRewriteModernObjC.cpp421 void SynthesizeBlockLiterals(SourceLocation FunLocStart,
2248 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); local
2266 InsertText(FunLocStart, FdStr);
4026 void RewriteModernObjC::SynthesizeBlockLiterals(SourceLocation FunLocStart, argument
4036 InsertText(FunLocStart, SC);
4073 InsertText(FunLocStart, CI);
4077 InsertText(FunLocStart, CF);
4081 InsertText(FunLocStart, HF);
4085 InsertText(FunLocStart, BD);
4106 InsertText(FunLocStart, S
4136 SourceLocation FunLocStart = getFunctionSourceLocation(*this, FD); local
4156 SourceLocation FunLocStart = MD->getLocStart(); local
4782 SourceLocation FunLocStart; local
[all...]

Completed in 37 milliseconds