Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h449 bool isNested() const { return VarAndNested.getInt(); } in isNested() function
496 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture()
840 CapturingScopeInfo::addThisCapture(bool isNested, SourceLocation Loc, in addThisCapture()
/external/emma/core/java12/com/vladium/jcd/cls/
DClassDef.java155 public boolean isNested (final int [] nestedAccessFlags) in isNested() method in ClassDef
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp982 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
/external/clang/include/clang/AST/
DDecl.h3410 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function
/external/clang/lib/Sema/
DSemaExprCXX.cpp957 bool isNested = NumClosures > 1; in CheckCXXThisCapture() local