Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp431 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 DExpr.h1295 bool RefersToEnclosingVariableOrCapture,
1305 bool RefersToEnclosingVariableOrCapture, QualType T,
1313 bool RefersToEnclosingVariableOrCapture, SourceLocation NameLoc,
1321 bool RefersToEnclosingVariableOrCapture,
1464 return DeclRefExprBits.RefersToEnclosingVariableOrCapture; in refersToEnclosingVariableOrCapture()
H A DStmt.h443 unsigned RefersToEnclosingVariableOrCapture : 1;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp604 E->DeclRefExprBits.RefersToEnclosingVariableOrCapture = in VisitDeclRefExpr()