Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DBodyFarm.cpp66 bool RefersToEnclosingVariableOrCapture = false);
84 bool RefersToEnclosingVariableOrCapture = false);
141 bool RefersToEnclosingVariableOrCapture) { in makeDeclRefExpr() argument
146 RefersToEnclosingVariableOrCapture, SourceLocation(), Type, VK_LValue); in makeDeclRefExpr()
162 bool RefersToEnclosingVariableOrCapture) { in makeLvalueToRvalue() argument
165 RefersToEnclosingVariableOrCapture), in makeLvalueToRvalue()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp345 bool RefersToEnclosingVariableOrCapture, QualType T, in DeclRefExpr() argument
354 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in DeclRefExpr()
355 RefersToEnclosingVariableOrCapture; in DeclRefExpr()
363 bool RefersToEnclosingVariableOrCapture, in DeclRefExpr() argument
385 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in DeclRefExpr()
386 RefersToEnclosingVariableOrCapture; in DeclRefExpr()
410 bool RefersToEnclosingVariableOrCapture, in Create() argument
417 RefersToEnclosingVariableOrCapture, in Create()
426 bool RefersToEnclosingVariableOrCapture, in Create() argument
446 RefersToEnclosingVariableOrCapture, in Create()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1089 bool RefersToEnclosingVariableOrCapture, QualType T,
1096 bool RefersToEnclosingVariableOrCapture, SourceLocation NameLoc,
1103 bool RefersToEnclosingVariableOrCapture,
1240 return DeclRefExprBits.RefersToEnclosingVariableOrCapture; in refersToEnclosingVariableOrCapture()
H A DStmt.h345 unsigned RefersToEnclosingVariableOrCapture : 1; in alignas() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp549 E->DeclRefExprBits.RefersToEnclosingVariableOrCapture = Record.readInt(); in VisitDeclRefExpr()