Searched refs:FunLocStart (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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() 3543 void RewriteObjC::SynthesizeBlockLiterals(SourceLocation FunLocStart, in SynthesizeBlockLiterals() argument 3556 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals() 3589 InsertText(FunLocStart, CI); in SynthesizeBlockLiterals() 3593 InsertText(FunLocStart, CF); in SynthesizeBlockLiterals() 3597 InsertText(FunLocStart, HF); in SynthesizeBlockLiterals() 3601 InsertText(FunLocStart, BD); in SynthesizeBlockLiterals() 3622 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() 4332 void RewriteModernObjC::SynthesizeBlockLiterals(SourceLocation FunLocStart, in SynthesizeBlockLiterals() argument 4342 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals() 4379 InsertText(FunLocStart, CI); in SynthesizeBlockLiterals() [all …]
|