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

/external/clang/include/clang/AST/
H A DExpr.h901 ValueDecl *D, bool refersToEnclosingLocal,
916 DeclRefExpr(ValueDecl *D, bool refersToEnclosingLocal, QualType T, argument
925 DeclRefExprBits.RefersToEnclosingLocal = refersToEnclosingLocal;
1120 bool refersToEnclosingLocal() const { function in class:clang::DeclRefExpr

Completed in 65 milliseconds