Home
last modified time | relevance | path

Searched refs:FunLocStart (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp387 void SynthesizeBlockLiterals(SourceLocation FunLocStart,
2287 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in RewriteBlockLiteralFunctionDecl() local
2305 InsertText(FunLocStart, FdStr); in RewriteBlockLiteralFunctionDecl()
3530 void RewriteObjC::SynthesizeBlockLiterals(SourceLocation FunLocStart, in SynthesizeBlockLiterals() argument
3543 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
3576 InsertText(FunLocStart, CI); in SynthesizeBlockLiterals()
3580 InsertText(FunLocStart, CF); in SynthesizeBlockLiterals()
3584 InsertText(FunLocStart, HF); in SynthesizeBlockLiterals()
3588 InsertText(FunLocStart, BD); in SynthesizeBlockLiterals()
3609 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
[all …]
DRewriteModernObjC.cpp477 void SynthesizeBlockLiterals(SourceLocation FunLocStart,
2376 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in RewriteBlockLiteralFunctionDecl() local
2398 InsertText(FunLocStart, FdStr); in RewriteBlockLiteralFunctionDecl()
3163 SourceLocation FunLocStart; in SynthMsgSendStretCallExpr() local
3165 FunLocStart = getFunctionSourceLocation(*this, CurFunctionDef); in SynthMsgSendStretCallExpr()
3168 FunLocStart = CurMethodDef->getLocStart(); in SynthMsgSendStretCallExpr()
3171 InsertText(FunLocStart, str); in SynthMsgSendStretCallExpr()
4329 void RewriteModernObjC::SynthesizeBlockLiterals(SourceLocation FunLocStart, in SynthesizeBlockLiterals() argument
4339 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
4376 InsertText(FunLocStart, CI); in SynthesizeBlockLiterals()
[all …]