Home
last modified time | relevance | path

Searched refs:isNested (Results 1 – 19 of 19) 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() argument
499 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc, in addCapture()
511 void addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType,
840 CapturingScopeInfo::addThisCapture(bool isNested, SourceLocation Loc, in addThisCapture() argument
842 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, CaptureType, in addThisCapture()
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolTypeUDT.h39 FORWARD_SYMBOL_METHOD(isNested)
DPDBSymbolTypeTypedef.h39 FORWARD_SYMBOL_METHOD(isNested)
DPDBSymbolTypeEnum.h43 FORWARD_SYMBOL_METHOD(isNested)
DPDBSymbolTypeBaseClass.h40 FORWARD_SYMBOL_METHOD(isNested)
DIPDBRawSymbol.h179 virtual bool isNested() const = 0;
/external/llvm/tools/llvm-pdbdump/
DTypeDumper.cpp65 if (Symbol.isNested()) in dump()
/external/emma/core/java12/com/vladium/jcd/cls/
DClassDef.java155 public boolean isNested (final int [] nestedAccessFlags) in isNested() method in ClassDef
292 final int modifiers = (isNested (nestedAccessFlags) in computeSUID()
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h171 bool isNested() const override;
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp249 MOCK_SYMBOL_ACCESSOR(isNested)
/external/clang/lib/CodeGen/
DCGBlocks.cpp778 if (BlockInfo && CI.isNested()) { in EmitBlockLiteral()
799 /*RefersToEnclosingVariableOrCapture*/ CI.isNested(), type, in EmitBlockLiteral()
811 if (CI.isNested()) in EmitBlockLiteral()
870 /*RefersToEnclosingVariableOrCapture*/ CI.isNested(), in EmitBlockLiteral()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp982 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
/external/clang/lib/AST/
DASTDumper.cpp1564 if (I.isNested()) in VisitBlockDecl()
/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
958 CSI->addThisCapture(isNested, Loc, ThisTy, ThisExpr); in CheckCXXThisCapture()
DSemaExpr.cpp11296 Cap.isNested(), Cap.getInitExpr()); in ActOnBlockStmtExpr()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp931 if (capture.isNested()) flags |= 2; in VisitBlockDecl()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp4537 if (variable == ND && CI.isNested()) { in SynthBlockInitExpr()
DRewriteModernObjC.cpp5476 if (variable == ND && CI.isNested()) { in SynthBlockInitExpr()