Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Analysis/
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()
/external/llvm-project/clang/lib/AST/
DExpr.cpp380 bool RefersToEnclosingVariableOrCapture, QualType T, in DeclRefExpr() argument
389 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in DeclRefExpr()
390 RefersToEnclosingVariableOrCapture; in DeclRefExpr()
399 bool RefersToEnclosingVariableOrCapture, in DeclRefExpr() argument
415 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in DeclRefExpr()
416 RefersToEnclosingVariableOrCapture; in DeclRefExpr()
436 bool RefersToEnclosingVariableOrCapture, in Create() argument
442 RefersToEnclosingVariableOrCapture, in Create()
450 bool RefersToEnclosingVariableOrCapture, in Create() argument
470 RefersToEnclosingVariableOrCapture, NameInfo, in Create()
/external/clang/lib/AST/
DExpr.cpp325 ValueDecl *D, bool RefersToEnclosingVariableOrCapture, in DeclRefExpr() argument
347 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in DeclRefExpr()
348 RefersToEnclosingVariableOrCapture; in DeclRefExpr()
372 bool RefersToEnclosingVariableOrCapture, in Create() argument
379 RefersToEnclosingVariableOrCapture, in Create()
388 bool RefersToEnclosingVariableOrCapture, in Create() argument
408 RefersToEnclosingVariableOrCapture, in Create()
/external/clang/include/clang/AST/
DExpr.h981 DeclRefExpr(ValueDecl *D, bool RefersToEnclosingVariableOrCapture, QualType T,
990 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in Expr()
991 RefersToEnclosingVariableOrCapture; in Expr()
998 bool RefersToEnclosingVariableOrCapture, SourceLocation NameLoc,
1005 bool RefersToEnclosingVariableOrCapture,
1142 return DeclRefExprBits.RefersToEnclosingVariableOrCapture; in refersToEnclosingVariableOrCapture()
DStmt.h178 unsigned RefersToEnclosingVariableOrCapture : 1; in LLVM_ALIGNAS() local
/external/llvm-project/clang/include/clang/AST/
DExpr.h1257 bool RefersToEnclosingVariableOrCapture, QualType T,
1265 bool RefersToEnclosingVariableOrCapture, SourceLocation NameLoc,
1273 bool RefersToEnclosingVariableOrCapture,
1416 return DeclRefExprBits.RefersToEnclosingVariableOrCapture; in refersToEnclosingVariableOrCapture()
DStmt.h376 unsigned RefersToEnclosingVariableOrCapture : 1; variable
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp599 E->DeclRefExprBits.RefersToEnclosingVariableOrCapture = Record.readInt(); in VisitDeclRefExpr()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp460 E->DeclRefExprBits.RefersToEnclosingVariableOrCapture = Record[Idx++]; in VisitDeclRefExpr()