reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 4323                     !Blocks.empty() &&
 4334   for (unsigned i = 0, count=0; i < Blocks.size(); i++) {
 4335     CollectBlockDeclRefInfo(Blocks[i]);
 4365     std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag);
 4369     std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag);
 4374       std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag);
 4409     Tag += utostr(Blocks.size()-1);
 4423   Blocks.clear();
 4431     (!Blocks.empty()) ? getFunctionSourceLocation(*this, FD)
 5199   Blocks.push_back(Exp);
 5251   std::string BlockNumber = utostr(Blocks.size()-1);