Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp65 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()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp382 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()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1254 bool RefersToEnclosingVariableOrCapture, QualType T,
1262 bool RefersToEnclosingVariableOrCapture, SourceLocation NameLoc,
1270 bool RefersToEnclosingVariableOrCapture,
1413 return DeclRefExprBits.RefersToEnclosingVariableOrCapture; in refersToEnclosingVariableOrCapture()
H A DStmt.h376 unsigned RefersToEnclosingVariableOrCapture : 1; in alignas() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp611 E->DeclRefExprBits.RefersToEnclosingVariableOrCapture = Record.readInt(); in VisitDeclRefExpr()