Searched refs:RefersToEnclosingVariableOrCapture (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 421 bool RefersToEnclosingVariableOrCapture, QualType T, in DeclRefExpr() argument 430 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in DeclRefExpr() 431 RefersToEnclosingVariableOrCapture; in DeclRefExpr() 442 bool RefersToEnclosingVariableOrCapture, in DeclRefExpr() argument 458 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in DeclRefExpr() 459 RefersToEnclosingVariableOrCapture; in DeclRefExpr() 481 bool RefersToEnclosingVariableOrCapture, in Create() argument 487 RefersToEnclosingVariableOrCapture, in Create() 495 bool RefersToEnclosingVariableOrCapture, in Create() argument 515 RefersToEnclosingVariableOrCapture, NameInfo, in Create()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 1288 bool RefersToEnclosingVariableOrCapture, QualType T, 1296 bool RefersToEnclosingVariableOrCapture, SourceLocation NameLoc, 1304 bool RefersToEnclosingVariableOrCapture, 1447 return DeclRefExprBits.RefersToEnclosingVariableOrCapture; in refersToEnclosingVariableOrCapture()
|
| H A D | Stmt.h | 443 unsigned RefersToEnclosingVariableOrCapture : 1; in alignas()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 604 E->DeclRefExprBits.RefersToEnclosingVariableOrCapture = in VisitDeclRefExpr()
|