Searched refs:SynthesizeBlockLiterals (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp477 void SynthesizeBlockLiterals(SourceLocation FunLocStart,
4326 void RewriteModernObjC::SynthesizeBlockLiterals(SourceLocation FunLocStart, function in class:RewriteModernObjC
4441 SynthesizeBlockLiterals(FunLocStart, FuncName);
4461 SynthesizeBlockLiterals(FunLocStart, FuncName);
5218 // See SynthesizeBlockLiterals routine.
5776 SynthesizeBlockLiterals(VD->getTypeSpecStartLoc(), VD->getName());
H A DRewriteObjC.cpp387 void SynthesizeBlockLiterals(SourceLocation FunLocStart,
3538 void RewriteObjC::SynthesizeBlockLiterals(SourceLocation FunLocStart, function in class:RewriteObjC
3630 SynthesizeBlockLiterals(FunLocStart, FuncName);
3650 SynthesizeBlockLiterals(FunLocStart, FuncName);
4373 // See SynthesizeBlockLiterals routine.
4877 SynthesizeBlockLiterals(VD->getTypeSpecStartLoc(), VD->getName());

Completed in 204 milliseconds