HomeSort by relevance Sort by last modified time
    Searched full:referstoenclosingvariableorcapture (Results 1 - 22 of 22) sorted by null

  /external/clang/lib/Analysis/
BodyFarm.cpp 115 /* RefersToEnclosingVariableOrCapture = */ false,
  /external/clang/lib/AST/
Expr.cpp 325 ValueDecl *D, bool RefersToEnclosingVariableOrCapture,
346 DeclRefExprBits.RefersToEnclosingVariableOrCapture =
347 RefersToEnclosingVariableOrCapture;
371 bool RefersToEnclosingVariableOrCapture,
378 RefersToEnclosingVariableOrCapture,
387 bool RefersToEnclosingVariableOrCapture,
414 RefersToEnclosingVariableOrCapture,
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
Stmt.h 170 unsigned RefersToEnclosingVariableOrCapture : 1;
    [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 802 /*RefersToEnclosingVariableOrCapture*/ CI.isNested(), type,
    [all...]
CGStmtOpenMP.cpp 372 /*RefersToEnclosingVariableOrCapture=*/CapturedStmtInfo->lookup(
542 /*RefersToEnclosingVariableOrCapture=*/CapturedStmtInfo->lookup(
    [all...]
CGException.cpp     [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 456 E->DeclRefExprBits.RefersToEnclosingVariableOrCapture = Record[Idx++];
    [all...]
ASTWriterDecl.cpp     [all...]
ASTWriterStmt.cpp 367 Record.push_back(E->refersToEnclosingVariableOrCapture());
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaChecking.cpp     [all...]
SemaInit.cpp     [all...]
SemaOpenMP.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 1722 milliseconds