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

  /external/clang/include/clang/Sema/
ScopeInfo.h 182 Capture(VarDecl *Var, bool block, bool byRef, bool isNested,
186 CopyExprAndNested(Cpy, isNested), Loc(Loc), EllipsisLoc(EllipsisLoc),
190 Capture(IsThisCapture, bool isNested, SourceLocation Loc,
192 : VarAndKind(0, Cap_This), CopyExprAndNested(Cpy, isNested), Loc(Loc),
200 bool isNested() { return CopyExprAndNested.getInt(); }
246 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested,
249 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc,
254 void addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType,
256 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, CaptureType,
  /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/AST/
StmtDumper.cpp 523 if (i->isNested()) OS << "nested ";
  /external/clang/lib/CodeGen/
CGBlocks.cpp 697 if (ci->isNested()) {
721 if (ci->isNested())
759 /*refersToEnclosing*/ ci->isNested(), type,
    [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 790 if (capture.isNested()) flags |= 2;
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 746 bool isNested = NumClosures > 1;
747 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 
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/emma/lib/
emma.jar 

Completed in 382 milliseconds