HomeSort by relevance Sort by last modified time
    Searched refs:isNested (Results 1 - 15 of 15) sorted by null

  /external/clang/include/clang/Sema/
ScopeInfo.h 360 Capture(VarDecl *Var, bool block, bool byRef, bool isNested,
364 CopyExprAndNested(Cpy, isNested), Loc(Loc), EllipsisLoc(EllipsisLoc),
368 Capture(IsThisCapture, bool isNested, SourceLocation Loc,
370 : VarAndKind(0, Cap_This), CopyExprAndNested(Cpy, isNested), Loc(Loc),
378 bool isNested() { return CopyExprAndNested.getInt(); }
424 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested,
427 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc,
432 void addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType,
569 CapturingScopeInfo::addThisCapture(bool isNested, SourceLocation Loc,
571 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, CaptureType
    [all...]
  /external/emma/core/java12/com/vladium/jcd/cls/
ClassDef.java 155 public boolean isNested (final int [] nestedAccessFlags)
292 final int modifiers = (isNested (nestedAccessFlags)
  /external/clang/lib/CodeGen/
CGBlocks.cpp 766 if (BlockInfo && ci->isNested()) {
786 /*refersToEnclosing*/ ci->isNested(), type,
798 if (ci->isNested())
836 /*refersToEnclosing*/ ci->isNested(), type,
    [all...]
  /external/clang/lib/AST/
ASTDumper.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 810 if (capture.isNested()) flags |= 2;
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 737 bool isNested = NumClosures > 1;
738 CSI->addThisCapture(isNested, Loc, ThisTy, ThisExpr);
    [all...]
SemaExpr.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/emma/lib/
emma.jar 

Completed in 803 milliseconds