Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2314 InsertText(FunLocStart, FdStr); in RewriteBlockLiteralFunctionDecl()
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()
4206 SourceLocation FunLocStart; in RewriteByRefVar() local
4211 FunLocStart = CurMethodDef->getBeginLoc(); in RewriteByRefVar()
4213 InsertText(FunLocStart, ByrefType); in RewriteByRefVar()
[all …]
H A DRewriteModernObjC.cpp2405 InsertText(FunLocStart, FdStr); in RewriteBlockLiteralFunctionDecl()
3164 SourceLocation FunLocStart; in SynthMsgSendStretCallExpr() local
3172 InsertText(FunLocStart, str); in SynthMsgSendStretCallExpr()
4332 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
4369 InsertText(FunLocStart, CI); in SynthesizeBlockLiterals()
4373 InsertText(FunLocStart, CF); in SynthesizeBlockLiterals()
4377 InsertText(FunLocStart, HF); in SynthesizeBlockLiterals()
4381 InsertText(FunLocStart, BD); in SynthesizeBlockLiterals()
4402 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
4432 SourceLocation FunLocStart = in InsertBlockLiteralsWithinFunction() local
[all …]