Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp385 void SynthesizeBlockLiterals(SourceLocation FunLocStart,
2294 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in RewriteBlockLiteralFunctionDecl() local
2312 InsertText(FunLocStart, FdStr); in RewriteBlockLiteralFunctionDecl()
3529 void RewriteObjC::SynthesizeBlockLiterals(SourceLocation FunLocStart, in SynthesizeBlockLiterals() argument
3542 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
3571 InsertText(FunLocStart, CI); in SynthesizeBlockLiterals()
3575 InsertText(FunLocStart, CF); in SynthesizeBlockLiterals()
3579 InsertText(FunLocStart, HF); in SynthesizeBlockLiterals()
3583 InsertText(FunLocStart, BD); in SynthesizeBlockLiterals()
3602 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
[all …]
H A DRewriteModernObjC.cpp476 void SynthesizeBlockLiterals(SourceLocation FunLocStart,
2381 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in RewriteBlockLiteralFunctionDecl() local
2403 InsertText(FunLocStart, FdStr); in RewriteBlockLiteralFunctionDecl()
3162 SourceLocation FunLocStart; in SynthMsgSendStretCallExpr() local
3164 FunLocStart = getFunctionSourceLocation(*this, CurFunctionDef); in SynthMsgSendStretCallExpr()
3167 FunLocStart = CurMethodDef->getBeginLoc(); in SynthMsgSendStretCallExpr()
3170 InsertText(FunLocStart, str); in SynthMsgSendStretCallExpr()
4311 void RewriteModernObjC::SynthesizeBlockLiterals(SourceLocation FunLocStart, in SynthesizeBlockLiterals() argument
4321 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
4352 InsertText(FunLocStart, CI); in SynthesizeBlockLiterals()
[all …]