/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 449 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/ |
D | PDBSymbolTypeUDT.h | 39 FORWARD_SYMBOL_METHOD(isNested)
|
D | PDBSymbolTypeTypedef.h | 39 FORWARD_SYMBOL_METHOD(isNested)
|
D | PDBSymbolTypeEnum.h | 43 FORWARD_SYMBOL_METHOD(isNested)
|
D | PDBSymbolTypeBaseClass.h | 40 FORWARD_SYMBOL_METHOD(isNested)
|
D | IPDBRawSymbol.h | 179 virtual bool isNested() const = 0;
|
/external/llvm/tools/llvm-pdbdump/ |
D | TypeDumper.cpp | 65 if (Symbol.isNested()) in dump()
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
D | ClassDef.java | 155 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/ |
D | DIARawSymbol.h | 171 bool isNested() const override;
|
/external/llvm/unittests/DebugInfo/PDB/ |
D | PDBApiTest.cpp | 249 MOCK_SYMBOL_ACCESSOR(isNested)
|
/external/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 778 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/ |
D | DIARawSymbol.cpp | 982 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
|
/external/clang/lib/AST/ |
D | ASTDumper.cpp | 1564 if (I.isNested()) in VisitBlockDecl()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 3410 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 957 bool isNested = NumClosures > 1; in CheckCXXThisCapture() local 958 CSI->addThisCapture(isNested, Loc, ThisTy, ThisExpr); in CheckCXXThisCapture()
|
D | SemaExpr.cpp | 11296 Cap.isNested(), Cap.getInitExpr()); in ActOnBlockStmtExpr()
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 931 if (capture.isNested()) flags |= 2; in VisitBlockDecl()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 4537 if (variable == ND && CI.isNested()) { in SynthBlockInitExpr()
|
D | RewriteModernObjC.cpp | 5476 if (variable == ND && CI.isNested()) { in SynthBlockInitExpr()
|