Home
last modified time | relevance | path

Searched defs:RefersToEnclosingLocal (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DExpr.cpp343 ValueDecl *D, bool RefersToEnclosingLocal, in DeclRefExpr()
381 bool RefersToEnclosingLocal, in Create()
397 bool RefersToEnclosingLocal, in Create()
/external/clang/lib/Sema/
DSemaExpr.cpp11812 const bool RefersToEnclosingLocal, in captureInCapturedRegion()
11856 bool RefersToEnclosingLocal) { in addAsFieldToClosureType()
11979 const bool RefersToEnclosingLocal, in captureInLambda()
/external/clang/include/clang/AST/
DStmt.h215 unsigned RefersToEnclosingLocal : 1; variable