Searched refs:RefersToEnclosingVariableOrCapture (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 66 bool RefersToEnclosingVariableOrCapture = false); 84 bool RefersToEnclosingVariableOrCapture = false); 143 bool RefersToEnclosingVariableOrCapture) { in makeDeclRefExpr() argument 148 RefersToEnclosingVariableOrCapture, SourceLocation(), Type, VK_LValue); in makeDeclRefExpr() 164 bool RefersToEnclosingVariableOrCapture) { in makeLvalueToRvalue() argument 167 RefersToEnclosingVariableOrCapture), in makeLvalueToRvalue()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Expr.cpp | 400 bool RefersToEnclosingVariableOrCapture, QualType T, in DeclRefExpr() argument 409 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in DeclRefExpr() 410 RefersToEnclosingVariableOrCapture; in DeclRefExpr() 419 bool RefersToEnclosingVariableOrCapture, in DeclRefExpr() argument 435 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in DeclRefExpr() 436 RefersToEnclosingVariableOrCapture; in DeclRefExpr() 456 bool RefersToEnclosingVariableOrCapture, in Create() argument 462 RefersToEnclosingVariableOrCapture, in Create() 470 bool RefersToEnclosingVariableOrCapture, in Create() argument 490 RefersToEnclosingVariableOrCapture, NameInfo, in Create()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Expr.h | 1267 bool RefersToEnclosingVariableOrCapture, QualType T, 1275 bool RefersToEnclosingVariableOrCapture, SourceLocation NameLoc, 1283 bool RefersToEnclosingVariableOrCapture, 1426 return DeclRefExprBits.RefersToEnclosingVariableOrCapture; in refersToEnclosingVariableOrCapture()
|
| H A D | Stmt.h | 379 unsigned RefersToEnclosingVariableOrCapture : 1; in alignas() local
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 596 E->DeclRefExprBits.RefersToEnclosingVariableOrCapture = Record.readInt(); in VisitDeclRefExpr()
|