Home
last modified time | relevance | path

Searched refs:RefersToEnclosingLocal (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/AST/
DExpr.cpp368 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/
DExpr.h936 DeclRefExprBits.RefersToEnclosingLocal = refersToEnclosingLocal; in Expr()
1132 return DeclRefExprBits.RefersToEnclosingLocal; in refersToEnclosingLocal()
DStmt.h215 unsigned RefersToEnclosingLocal : 1; variable
/external/clang/lib/Sema/
DSemaExpr.cpp11158 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/
DASTReaderStmt.cpp437 E->DeclRefExprBits.RefersToEnclosingLocal = Record[Idx++]; in VisitDeclRefExpr()