Searched refs:RefersToEnclosingVariableOrCapture (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 67 bool RefersToEnclosingVariableOrCapture = false); 85 bool RefersToEnclosingVariableOrCapture = false); 144 bool RefersToEnclosingVariableOrCapture) { in makeDeclRefExpr() argument 149 RefersToEnclosingVariableOrCapture, SourceLocation(), Type, VK_LValue); in makeDeclRefExpr() 165 bool RefersToEnclosingVariableOrCapture) { in makeLvalueToRvalue() argument 168 RefersToEnclosingVariableOrCapture), in makeLvalueToRvalue()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Expr.cpp | 483 bool RefersToEnclosingVariableOrCapture, QualType T, in DeclRefExpr() argument 492 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in DeclRefExpr() 493 RefersToEnclosingVariableOrCapture; in DeclRefExpr() 502 bool RefersToEnclosingVariableOrCapture, in DeclRefExpr() argument 518 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in DeclRefExpr() 519 RefersToEnclosingVariableOrCapture; in DeclRefExpr() 539 bool RefersToEnclosingVariableOrCapture, in Create() argument 545 RefersToEnclosingVariableOrCapture, in Create() 553 bool RefersToEnclosingVariableOrCapture, in Create() argument 573 RefersToEnclosingVariableOrCapture, NameInfo, in Create()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Expr.h | 1278 bool RefersToEnclosingVariableOrCapture, QualType T, 1286 bool RefersToEnclosingVariableOrCapture, SourceLocation NameLoc, 1294 bool RefersToEnclosingVariableOrCapture, 1437 return DeclRefExprBits.RefersToEnclosingVariableOrCapture; in refersToEnclosingVariableOrCapture()
|
| H A D | Stmt.h | 381 unsigned RefersToEnclosingVariableOrCapture : 1; variable
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 597 E->DeclRefExprBits.RefersToEnclosingVariableOrCapture = Record.readInt(); in VisitDeclRefExpr()
|