Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h1257 bool RefersToEnclosingVariableOrCapture, QualType T,
1265 bool RefersToEnclosingVariableOrCapture, SourceLocation NameLoc,
1273 bool RefersToEnclosingVariableOrCapture,
1416 return DeclRefExprBits.RefersToEnclosingVariableOrCapture; in refersToEnclosingVariableOrCapture()
H A DStmt.h376 unsigned RefersToEnclosingVariableOrCapture : 1; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp601 E->DeclRefExprBits.RefersToEnclosingVariableOrCapture = Record.readInt(); in VisitDeclRefExpr()