Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExpr.cpp325 ValueDecl *D, bool RefersToEnclosingVariableOrCapture, in DeclRefExpr() argument
346 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in DeclRefExpr()
347 RefersToEnclosingVariableOrCapture; in DeclRefExpr()
371 bool RefersToEnclosingVariableOrCapture, in Create() argument
378 RefersToEnclosingVariableOrCapture, in Create()
387 bool RefersToEnclosingVariableOrCapture, in Create() argument
409 RefersToEnclosingVariableOrCapture, in Create()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h958 DeclRefExpr(ValueDecl *D, bool RefersToEnclosingVariableOrCapture, QualType T,
967 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in Expr()
968 RefersToEnclosingVariableOrCapture; in Expr()
975 bool RefersToEnclosingVariableOrCapture, SourceLocation NameLoc,
982 bool RefersToEnclosingVariableOrCapture,
1159 return DeclRefExprBits.RefersToEnclosingVariableOrCapture; in refersToEnclosingVariableOrCapture()
HDStmt.h220 unsigned RefersToEnclosingVariableOrCapture : 1; in LLVM_ALIGNAS() local
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderStmt.cpp436 E->DeclRefExprBits.RefersToEnclosingVariableOrCapture = Record[Idx++]; in VisitDeclRefExpr()