Searched defs:BlockByRefDecls (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp131 SmallVector<ValueDecl *, 8> BlockByRefDecls; member in class:__anon17975::RewriteObjC
3323 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(),
3324 E = BlockByRefDecls.end(); I != E; ++I) {
3464 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(),
3465 E = BlockByRefDecls.end(); I != E; ++I) {
3498 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(),
3499 E = BlockByRefDecls.end(); I != E; ++I) {
3594 BlockByRefDecls.push_back(VD);
3624 BlockByRefDecls.clear();
4384 BlockByRefDecls
[all...]
H A DRewriteModernObjC.cpp140 SmallVector<ValueDecl *, 8> BlockByRefDecls; member in class:__anon17972::RewriteModernObjC
4197 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(),
4198 E = BlockByRefDecls.end(); I != E; ++I) {
4338 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(),
4339 E = BlockByRefDecls.end(); I != E; ++I) {
4372 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(),
4373 E = BlockByRefDecls.end(); I != E; ++I) {
4469 BlockByRefDecls.push_back(VD);
4499 BlockByRefDecls.clear();
5317 BlockByRefDecls
[all...]

Completed in 106 milliseconds