Searched defs:isNested (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 182 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/ |
D | ClassDef.java | 155 public boolean isNested (final int [] nestedAccessFlags) in isNested() method in ClassDef
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 746 bool isNested = NumClosures > 1; in CheckCXXThisCapture() local
|
/external/clang/include/clang/AST/ |
D | Decl.h | 3097 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function
|