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

/external/clang/include/clang/AST/
H A DExpr.h936 ValueDecl *D, bool refersToEnclosingLocal,
951 DeclRefExpr(ValueDecl *D, bool refersToEnclosingLocal, QualType T, argument
960 DeclRefExprBits.RefersToEnclosingLocal = refersToEnclosingLocal;
1149 bool refersToEnclosingLocal() const { function in class:clang::DeclRefExpr

Completed in 893 milliseconds