HomeSort by: relevance | last modified time | path
    Searched refs:refersToEnclosingVariableOrCapture (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 602 Record.push_back(E->refersToEnclosingVariableOrCapture());
615 !E->refersToEnclosingVariableOrCapture() && !E->isNonOdrUse()) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExpr.cpp 1533 refExpr->refersToEnclosingVariableOrCapture()) {
1575 /*RefersToEnclosingVariableOrCapture=*/false, ME->getExprLoc(),
2629 if (E->refersToEnclosingVariableOrCapture())
2719 if (E->refersToEnclosingVariableOrCapture()) {
CGException.cpp 1773 if (E->refersToEnclosingVariableOrCapture())
CGStmtOpenMP.cpp 840 /*RefersToEnclosingVariableOrCapture=*/FD != nullptr,
1070 /*RefersToEnclosingVariableOrCapture=*/
2241 if (DRE->refersToEnclosingVariableOrCapture()) {
2400 /*RefersToEnclosingVariableOrCapture=*/false,
4416 /*RefersToEnclosingVariableOrCapture=*/
4561 /*RefersToEnclosingVariableOrCapture=*/false, Loc, Ty, VK_LValue);
4566 /*RefersToEnclosingVariableOrCapture=*/false, Loc, Ty, VK_LValue);
4572 /*RefersToEnclosingVariableOrCapture=*/false, Loc, ElemType, VK_LValue);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 4480 if (DRE->refersToEnclosingVariableOrCapture() ||
4502 if (DRE->refersToEnclosingVariableOrCapture() ||
4679 bool isArrow = DeclRefExp->refersToEnclosingVariableOrCapture() ||
RewriteObjC.cpp 3668 if (DRE->refersToEnclosingVariableOrCapture() ||
3690 if (DRE->refersToEnclosingVariableOrCapture() ||
3848 bool isArrow = DeclRefExp->refersToEnclosingVariableOrCapture() ||
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 2545 DeclRefEx->refersToEnclosingVariableOrCapture() && MD &&
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaInit.cpp 7141 !DRE->refersToEnclosingVariableOrCapture()) {
7855 if (!DRE || DRE->refersToEnclosingVariableOrCapture())
SemaStmt.cpp 3334 if (!DR || DR->refersToEnclosingVariableOrCapture())
SemaExpr.cpp 1971 // since refersToEnclosingVariableOrCapture() is not ready at this point.
12588 if (!DRE->refersToEnclosingVariableOrCapture()) return NCCK_None;
13468 if (VarRef && VarRef->refersToEnclosingVariableOrCapture()) {
18040 DRE->getDecl(), DRE->refersToEnclosingVariableOrCapture(),
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 1210 /// DeclRefExprBits.RefersToEnclosingVariableOrCapture
1257 bool RefersToEnclosingVariableOrCapture, QualType T,
1265 bool RefersToEnclosingVariableOrCapture, SourceLocation NameLoc,
1273 bool RefersToEnclosingVariableOrCapture,
1415 bool refersToEnclosingVariableOrCapture() const {
1416 return DeclRefExprBits.RefersToEnclosingVariableOrCapture;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 6674 E->refersToEnclosingVariableOrCapture(), ToLocation, ToType,
ExprConstant.cpp 8143 cast<DeclRefExpr>(E)->refersToEnclosingVariableOrCapture()) {

Completed in 97 milliseconds