Searched refs:RefersToEnclosingVariableOrCapture (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 65 bool RefersToEnclosingVariableOrCapture = false); 83 bool RefersToEnclosingVariableOrCapture = false); 138 bool RefersToEnclosingVariableOrCapture) { in makeDeclRefExpr() argument 143 RefersToEnclosingVariableOrCapture, SourceLocation(), Type, VK_LValue); in makeDeclRefExpr() 159 bool RefersToEnclosingVariableOrCapture) { in makeLvalueToRvalue() argument 162 RefersToEnclosingVariableOrCapture), in makeLvalueToRvalue()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 382 bool RefersToEnclosingVariableOrCapture, QualType T, in DeclRefExpr() argument 391 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in DeclRefExpr() 392 RefersToEnclosingVariableOrCapture; in DeclRefExpr() 401 bool RefersToEnclosingVariableOrCapture, in DeclRefExpr() argument 417 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in DeclRefExpr() 418 RefersToEnclosingVariableOrCapture; in DeclRefExpr() 438 bool RefersToEnclosingVariableOrCapture, in Create() argument 444 RefersToEnclosingVariableOrCapture, in Create() 452 bool RefersToEnclosingVariableOrCapture, in Create() argument 472 RefersToEnclosingVariableOrCapture, NameInfo, in Create()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 1254 bool RefersToEnclosingVariableOrCapture, QualType T, 1262 bool RefersToEnclosingVariableOrCapture, SourceLocation NameLoc, 1270 bool RefersToEnclosingVariableOrCapture, 1413 return DeclRefExprBits.RefersToEnclosingVariableOrCapture; in refersToEnclosingVariableOrCapture()
|
| H A D | Stmt.h | 376 unsigned RefersToEnclosingVariableOrCapture : 1; in alignas() local
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 611 E->DeclRefExprBits.RefersToEnclosingVariableOrCapture = Record.readInt(); in VisitDeclRefExpr()
|