/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 466 bool isNested() const { return VarAndNested.getInt(); } in isNested() function 513 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() argument 516 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc, in addCapture() 528 void addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType, 848 CapturingScopeInfo::addThisCapture(bool isNested, SourceLocation Loc, in addThisCapture() argument 850 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/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
D | InjectConstructorValidator.java | 85 if (enclosingElement.getNestingKind().isNested() in validate()
|
/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 | 259 MOCK_SYMBOL_ACCESSOR(isNested)
|
/external/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 778 if (BlockInfo && CI.isNested()) { in EmitBlockLiteral() 802 /*RefersToEnclosingVariableOrCapture*/ CI.isNested(), type, in EmitBlockLiteral() 815 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 | 1618 if (I.isNested()) in VisitBlockDecl()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 3468 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 956 bool isNested = NumClosures > 1; in CheckCXXThisCapture() local 957 CSI->addThisCapture(isNested, Loc, ThisTy, ThisExpr); in CheckCXXThisCapture()
|
D | SemaExpr.cpp | 11590 Cap.isNested(), Cap.getInitExpr()); in ActOnBlockStmtExpr()
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 1013 if (capture.isNested()) flags |= 2; in VisitBlockDecl()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 4523 if (variable == ND && CI.isNested()) { in SynthBlockInitExpr()
|
D | RewriteModernObjC.cpp | 5454 if (variable == ND && CI.isNested()) { in SynthBlockInitExpr()
|