Home
last modified time | relevance | path

Searched refs:RefersToEnclosingVariableOrCapture (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/AST/
DExpr.cpp325 ValueDecl *D, bool RefersToEnclosingVariableOrCapture, in DeclRefExpr() argument
347 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in DeclRefExpr()
348 RefersToEnclosingVariableOrCapture; in DeclRefExpr()
372 bool RefersToEnclosingVariableOrCapture, in Create() argument
379 RefersToEnclosingVariableOrCapture, in Create()
388 bool RefersToEnclosingVariableOrCapture, in Create() argument
408 RefersToEnclosingVariableOrCapture, in Create()
/external/clang/include/clang/AST/
DExpr.h981 DeclRefExpr(ValueDecl *D, bool RefersToEnclosingVariableOrCapture, QualType T,
990 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in Expr()
991 RefersToEnclosingVariableOrCapture; in Expr()
998 bool RefersToEnclosingVariableOrCapture, SourceLocation NameLoc,
1005 bool RefersToEnclosingVariableOrCapture,
1142 return DeclRefExprBits.RefersToEnclosingVariableOrCapture; in refersToEnclosingVariableOrCapture()
DStmt.h178 unsigned RefersToEnclosingVariableOrCapture : 1; in LLVM_ALIGNAS() local
/external/clang/lib/Serialization/
DASTReaderStmt.cpp460 E->DeclRefExprBits.RefersToEnclosingVariableOrCapture = Record[Idx++]; in VisitDeclRefExpr()