Searched refs:RefersToEnclosingLocal (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/AST/ |
D | Expr.cpp | 368 ValueDecl *D, bool RefersToEnclosingLocal, in DeclRefExpr() argument 383 DeclRefExprBits.RefersToEnclosingLocal = RefersToEnclosingLocal; in DeclRefExpr() 406 bool RefersToEnclosingLocal, in Create() argument 413 RefersToEnclosingLocal, in Create() 422 bool RefersToEnclosingLocal, in Create() argument 444 RefersToEnclosingLocal, in Create()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 936 DeclRefExprBits.RefersToEnclosingLocal = refersToEnclosingLocal; in Expr() 1132 return DeclRefExprBits.RefersToEnclosingLocal; in refersToEnclosingLocal()
|
D | Stmt.h | 215 unsigned RefersToEnclosingLocal : 1; variable
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 11158 bool RefersToEnclosingLocal) { in captureInCapturedRegion() argument 11173 Expr *Ref = new (S.Context) DeclRefExpr(Var, RefersToEnclosingLocal, in captureInCapturedRegion() 11186 bool RefersToEnclosingLocal) { in captureInLambda() argument 11215 Expr *Ref = new (S.Context) DeclRefExpr(Var, RefersToEnclosingLocal, in captureInLambda()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 437 E->DeclRefExprBits.RefersToEnclosingLocal = Record[Idx++]; in VisitDeclRefExpr()
|