Searched refs:RefersToEnclosingVariableOrCapture (Results 1 – 5 of 5) sorted by relevance
| /freebsd/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/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 430 bool RefersToEnclosingVariableOrCapture, QualType T, in DeclRefExpr() argument 439 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in DeclRefExpr() 440 RefersToEnclosingVariableOrCapture; in DeclRefExpr() 451 bool RefersToEnclosingVariableOrCapture, in DeclRefExpr() argument 467 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in DeclRefExpr() 468 RefersToEnclosingVariableOrCapture; in DeclRefExpr() 490 bool RefersToEnclosingVariableOrCapture, in Create() argument 496 RefersToEnclosingVariableOrCapture, in Create() 504 bool RefersToEnclosingVariableOrCapture, in Create() argument 524 RefersToEnclosingVariableOrCapture, NameInfo, in Create()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 1298 bool RefersToEnclosingVariableOrCapture, 1308 bool RefersToEnclosingVariableOrCapture, QualType T, 1316 bool RefersToEnclosingVariableOrCapture, SourceLocation NameLoc, 1324 bool RefersToEnclosingVariableOrCapture, 1473 return DeclRefExprBits.RefersToEnclosingVariableOrCapture; in refersToEnclosingVariableOrCapture()
|
| H A D | Stmt.h | 445 unsigned RefersToEnclosingVariableOrCapture : 1;
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 611 E->DeclRefExprBits.RefersToEnclosingVariableOrCapture = in VisitDeclRefExpr()
|