HomeSort by: relevance | last modified time | path
    Searched refs:InnerBlockDeclRefs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 481 const SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs);
494 SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs,
4487 SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs,
4494 InnerBlockDeclRefs,
4498 GetInnerBlockDeclRefExprs(SubStmt, InnerBlockDeclRefs, InnerContexts);
4505 InnerBlockDeclRefs.push_back(DRE);
5209 const SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs) {
5218 if (!InnerBlockDeclRefs.empty()) {
5219 for (unsigned i = 0; i < InnerBlockDeclRefs.size(); i++) {
5220 DeclRefExpr *Exp = InnerBlockDeclRefs[i]
    [all...]
RewriteObjC.cpp 391 const SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs);
405 SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs,
3675 SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs,
3682 InnerBlockDeclRefs,
3686 GetInnerBlockDeclRefExprs(SubStmt, InnerBlockDeclRefs, InnerContexts);
3693 InnerBlockDeclRefs.push_back(DRE);
4364 const SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs) {
4372 if (!InnerBlockDeclRefs.empty()) {
4373 for (unsigned i = 0; i < InnerBlockDeclRefs.size(); i++) {
4374 DeclRefExpr *Exp = InnerBlockDeclRefs[i]
    [all...]

Completed in 65 milliseconds