Searched refs:RefersToEnclosingVariableOrCapture (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/AST/ |
D | Expr.cpp | 325 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/ |
D | Expr.h | 981 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()
|
D | Stmt.h | 178 unsigned RefersToEnclosingVariableOrCapture : 1; in LLVM_ALIGNAS() local
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 460 E->DeclRefExprBits.RefersToEnclosingVariableOrCapture = Record[Idx++]; in VisitDeclRefExpr()
|