Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DExpr.cpp372 ValueDecl *D, bool RefersToEnclosingLocal, in DeclRefExpr()
410 bool RefersToEnclosingLocal, in Create()
426 bool RefersToEnclosingLocal, in Create()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExpr.cpp11558 const bool RefersToEnclosingLocal, in captureInCapturedRegion()
11603 bool RefersToEnclosingLocal) { in addAsFieldToClosureType()
11726 const bool RefersToEnclosingLocal, in captureInLambda()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DStmt.h215 unsigned RefersToEnclosingLocal : 1; variable