Home
last modified time | relevance | path

Searched defs:isNested (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
DScopeInfo.h182 Capture(VarDecl *Var, bool block, bool byRef, bool isNested, in Capture()
190 Capture(IsThisCapture, bool isNested, SourceLocation Loc, in Capture()
200 bool isNested() { return CopyExprAndNested.getInt(); } in isNested() function
246 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture()
254 void addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType, in addThisCapture()
/external/emma/core/java12/com/vladium/jcd/cls/
DClassDef.java155 public boolean isNested (final int [] nestedAccessFlags) in isNested() method in ClassDef
/external/clang/lib/Sema/
DSemaExprCXX.cpp746 bool isNested = NumClosures > 1; in CheckCXXThisCapture() local
/external/clang/include/clang/AST/
DDecl.h3097 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function