Searched refs:RefersToEnclosingVariableOrCapture (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Expr.h | 1257 bool RefersToEnclosingVariableOrCapture, QualType T, 1265 bool RefersToEnclosingVariableOrCapture, SourceLocation NameLoc, 1273 bool RefersToEnclosingVariableOrCapture, 1416 return DeclRefExprBits.RefersToEnclosingVariableOrCapture; in refersToEnclosingVariableOrCapture()
|
| H A D | Stmt.h | 376 unsigned RefersToEnclosingVariableOrCapture : 1; variable
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 601 E->DeclRefExprBits.RefersToEnclosingVariableOrCapture = Record.readInt(); in VisitDeclRefExpr()
|