Searched refs:FunLocStart (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2305 InsertText(FunLocStart, FdStr); in RewriteBlockLiteralFunctionDecl() 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() 4208 SourceLocation FunLocStart; in RewriteByRefVar() local 4213 FunLocStart = CurMethodDef->getBeginLoc(); in RewriteByRefVar() 4215 InsertText(FunLocStart, ByrefType); in RewriteByRefVar() [all …]
|
| H A D | RewriteModernObjC.cpp | 2400 InsertText(FunLocStart, FdStr); in RewriteBlockLiteralFunctionDecl() 3157 SourceLocation FunLocStart; in SynthMsgSendStretCallExpr() local 3165 InsertText(FunLocStart, str); in SynthMsgSendStretCallExpr() 4334 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals() 4371 InsertText(FunLocStart, CI); in SynthesizeBlockLiterals() 4375 InsertText(FunLocStart, CF); in SynthesizeBlockLiterals() 4379 InsertText(FunLocStart, HF); in SynthesizeBlockLiterals() 4383 InsertText(FunLocStart, BD); in SynthesizeBlockLiterals() 4404 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals() 4434 SourceLocation FunLocStart = in InsertBlockLiteralsWithinFunction() local [all …]
|