Searched refs:isNested (Results 1 - 13 of 13) sorted by relevance

/external/clang/include/clang/Sema/
H A DScopeInfo.h414 bool isNested() { return VarOrField.dyn_cast<VarAndNested>().getInt(); } function in class:clang::sema::CapturingScopeInfo::Capture
463 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, argument
466 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc,
471 void addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType,
653 CapturingScopeInfo::addThisCapture(bool isNested, SourceLocation Loc, argument
655 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, CaptureType,
/external/emma/core/java12/com/vladium/jcd/cls/
H A DClassDef.java155 public boolean isNested (final int [] nestedAccessFlags) method in class:ClassDef
292 final int modifiers = (isNested (nestedAccessFlags)
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp764 if (BlockInfo && ci->isNested()) {
784 /*refersToEnclosing*/ ci->isNested(), type,
796 if (ci->isNested())
854 /*refersToEnclosing*/ ci->isNested(), type,
/external/clang/include/clang/AST/
H A DDecl.h3137 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; }
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp827 if (capture.isNested()) flags |= 2;
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp791 bool isNested = NumClosures > 1; local
792 CSI->addThisCapture(isNested, Loc, ThisTy, ThisExpr);
H A DSemaExpr.cpp10179 Cap.isNested(), Cap.getInitExpr());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp4607 if (variable == ND && ci->isNested()) {
H A DRewriteModernObjC.cpp5579 if (variable == ND && ci->isNested()) {
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 352 milliseconds