Searched refs:FunLocStart (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 387 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 D | RewriteModernObjC.cpp | 477 void SynthesizeBlockLiterals(SourceLocation FunLocStart, 2382 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in RewriteBlockLiteralFunctionDecl() local 2404 InsertText(FunLocStart, FdStr); in RewriteBlockLiteralFunctionDecl() 3163 SourceLocation FunLocStart; in SynthMsgSendStretCallExpr() local 3165 FunLocStart = getFunctionSourceLocation(*this, CurFunctionDef); in SynthMsgSendStretCallExpr() 3168 FunLocStart = CurMethodDef->getBeginLoc(); in SynthMsgSendStretCallExpr() 3171 InsertText(FunLocStart, str); in SynthMsgSendStretCallExpr() 4319 void RewriteModernObjC::SynthesizeBlockLiterals(SourceLocation FunLocStart, in SynthesizeBlockLiterals() argument 4329 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals() 4366 InsertText(FunLocStart, CI); in SynthesizeBlockLiterals() [all …]
|