Searched defs:SynthesizeBlockLiterals (Results 1 - 2 of 2) sorted by relevance
/external/clang/lib/Rewrite/Frontend/ |
H A D | RewriteObjC.cpp | 395 void SynthesizeBlockLiterals(SourceLocation FunLocStart, 3563 void RewriteObjC::SynthesizeBlockLiterals(SourceLocation FunLocStart, function in class:RewriteObjC 3655 SynthesizeBlockLiterals(FunLocStart, FuncName); 3675 SynthesizeBlockLiterals(FunLocStart, FuncName); 4420 // See SynthesizeBlockLiterals routine. 4927 SynthesizeBlockLiterals(VD->getTypeSpecStartLoc(), VD->getName());
|
H A D | RewriteModernObjC.cpp | 491 void SynthesizeBlockLiterals(SourceLocation FunLocStart, 4437 void RewriteModernObjC::SynthesizeBlockLiterals(SourceLocation FunLocStart, function in class:RewriteModernObjC 4552 SynthesizeBlockLiterals(FunLocStart, FuncName); 4572 SynthesizeBlockLiterals(FunLocStart, FuncName); 5355 // See SynthesizeBlockLiterals routine. 5911 SynthesizeBlockLiterals(VD->getTypeSpecStartLoc(), VD->getName());
|
Completed in 76 milliseconds