Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp2404 InsertText(FunLocStart, FdStr); in RewriteBlockLiteralFunctionDecl()
3163 SourceLocation FunLocStart; in SynthMsgSendStretCallExpr() local
3171 InsertText(FunLocStart, str); in SynthMsgSendStretCallExpr()
4331 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
4368 InsertText(FunLocStart, CI); in SynthesizeBlockLiterals()
4372 InsertText(FunLocStart, CF); in SynthesizeBlockLiterals()
4376 InsertText(FunLocStart, HF); in SynthesizeBlockLiterals()
4380 InsertText(FunLocStart, BD); in SynthesizeBlockLiterals()
4401 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
4431 SourceLocation FunLocStart = in InsertBlockLiteralsWithinFunction() local
[all …]