Home
last modified time | relevance | path

Searched refs:RefersToEnclosingVariableOrCapture (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp67 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 DExpr.cpp430 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 DExpr.h1298 bool RefersToEnclosingVariableOrCapture,
1308 bool RefersToEnclosingVariableOrCapture, QualType T,
1316 bool RefersToEnclosingVariableOrCapture, SourceLocation NameLoc,
1324 bool RefersToEnclosingVariableOrCapture,
1473 return DeclRefExprBits.RefersToEnclosingVariableOrCapture; in refersToEnclosingVariableOrCapture()
H A DStmt.h445 unsigned RefersToEnclosingVariableOrCapture : 1;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp611 E->DeclRefExprBits.RefersToEnclosingVariableOrCapture = in VisitDeclRefExpr()