Searched refs:RefersToEnclosingVariableOrCapture (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Expr.cpp | 325 ValueDecl *D, bool RefersToEnclosingVariableOrCapture, in DeclRefExpr() argument 346 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in DeclRefExpr() 347 RefersToEnclosingVariableOrCapture; in DeclRefExpr() 371 bool RefersToEnclosingVariableOrCapture, in Create() argument 378 RefersToEnclosingVariableOrCapture, in Create() 387 bool RefersToEnclosingVariableOrCapture, in Create() argument 409 RefersToEnclosingVariableOrCapture, in Create()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | Expr.h | 958 DeclRefExpr(ValueDecl *D, bool RefersToEnclosingVariableOrCapture, QualType T, 967 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in Expr() 968 RefersToEnclosingVariableOrCapture; in Expr() 975 bool RefersToEnclosingVariableOrCapture, SourceLocation NameLoc, 982 bool RefersToEnclosingVariableOrCapture, 1159 return DeclRefExprBits.RefersToEnclosingVariableOrCapture; in refersToEnclosingVariableOrCapture()
|
| HD | Stmt.h | 220 unsigned RefersToEnclosingVariableOrCapture : 1; in LLVM_ALIGNAS() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReaderStmt.cpp | 436 E->DeclRefExprBits.RefersToEnclosingVariableOrCapture = Record[Idx++]; in VisitDeclRefExpr()
|