Searched refs:RefersToEnclosingVariableOrCapture (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | 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/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 1295 bool RefersToEnclosingVariableOrCapture, 1305 bool RefersToEnclosingVariableOrCapture, QualType T, 1313 bool RefersToEnclosingVariableOrCapture, SourceLocation NameLoc, 1321 bool RefersToEnclosingVariableOrCapture, 1464 return DeclRefExprBits.RefersToEnclosingVariableOrCapture; in refersToEnclosingVariableOrCapture()
|
H A D | Stmt.h | 443 unsigned RefersToEnclosingVariableOrCapture : 1;
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 604 E->DeclRefExprBits.RefersToEnclosingVariableOrCapture = in VisitDeclRefExpr()
|