Searched refs:RefersToEnclosingVariableOrCapture (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/ |
| HD | 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()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | Expr.cpp | 431 bool RefersToEnclosingVariableOrCapture, QualType T, in DeclRefExpr() argument 440 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in DeclRefExpr() 441 RefersToEnclosingVariableOrCapture; in DeclRefExpr() 452 bool RefersToEnclosingVariableOrCapture, in DeclRefExpr() argument 468 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in DeclRefExpr() 469 RefersToEnclosingVariableOrCapture; in DeclRefExpr() 491 bool RefersToEnclosingVariableOrCapture, in Create() argument 497 RefersToEnclosingVariableOrCapture, in Create() 505 bool RefersToEnclosingVariableOrCapture, in Create() argument 525 RefersToEnclosingVariableOrCapture, NameInfo, in Create()
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | Expr.h | 1295 bool RefersToEnclosingVariableOrCapture, 1305 bool RefersToEnclosingVariableOrCapture, QualType T, 1313 bool RefersToEnclosingVariableOrCapture, SourceLocation NameLoc, 1321 bool RefersToEnclosingVariableOrCapture, 1464 return DeclRefExprBits.RefersToEnclosingVariableOrCapture; in refersToEnclosingVariableOrCapture()
|
| HD | Stmt.h | 443 unsigned RefersToEnclosingVariableOrCapture : 1; in alignas()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/ |
| HD | ASTReaderStmt.cpp | 604 E->DeclRefExprBits.RefersToEnclosingVariableOrCapture = in VisitDeclRefExpr()
|