Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp387 void SynthesizeBlockLiterals(SourceLocation FunLocStart,
2296 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in RewriteBlockLiteralFunctionDecl() local
2314 InsertText(FunLocStart, FdStr); in RewriteBlockLiteralFunctionDecl()
3531 void RewriteObjC::SynthesizeBlockLiterals(SourceLocation FunLocStart, in SynthesizeBlockLiterals() argument
3544 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
3577 InsertText(FunLocStart, CI); in SynthesizeBlockLiterals()
3581 InsertText(FunLocStart, CF); in SynthesizeBlockLiterals()
3585 InsertText(FunLocStart, HF); in SynthesizeBlockLiterals()
3589 InsertText(FunLocStart, BD); in SynthesizeBlockLiterals()
3610 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
[all …]
H A DRewriteModernObjC.cpp478 void SynthesizeBlockLiterals(SourceLocation FunLocStart,
2383 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in RewriteBlockLiteralFunctionDecl() local
2405 InsertText(FunLocStart, FdStr); in RewriteBlockLiteralFunctionDecl()
3164 SourceLocation FunLocStart; in SynthMsgSendStretCallExpr() local
3166 FunLocStart = getFunctionSourceLocation(*this, CurFunctionDef); in SynthMsgSendStretCallExpr()
3169 FunLocStart = CurMethodDef->getBeginLoc(); in SynthMsgSendStretCallExpr()
3172 InsertText(FunLocStart, str); in SynthMsgSendStretCallExpr()
4322 void RewriteModernObjC::SynthesizeBlockLiterals(SourceLocation FunLocStart, in SynthesizeBlockLiterals() argument
4332 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
4369 InsertText(FunLocStart, CI); in SynthesizeBlockLiterals()
[all …]