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

/external/clang/include/clang/AST/
H A DExpr.h835 ValueDecl *D, bool refersToEnclosingLocal,
850 DeclRefExpr(ValueDecl *D, bool refersToEnclosingLocal, QualType T, argument
859 DeclRefExprBits.RefersToEnclosingLocal = refersToEnclosingLocal;
1055 bool refersToEnclosingLocal() const { function in class:clang::DeclRefExpr

Completed in 72 milliseconds