| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 433 bool isNested() const { return VarAndNested.getInt(); } in isNested() function 480 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() argument 483 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc, in addCapture() 495 void addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType, 824 CapturingScopeInfo::addThisCapture(bool isNested, SourceLocation Loc, in addThisCapture() argument 826 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, CaptureType, in addThisCapture()
|
| /minix3/minix/llvm/passes/include/magic/support/ |
| H A D | MagicMemFunction.h | 15 …MagicMemFunction(Module &M, Function *function, Function *wrapper, bool isDealloc, bool isNested, … 49 bool isNested; variable 87 OS << isNested; in printDescription() 135 …(Module &M, Function *function, Function *wrapper, bool isDealloc, bool isNested, int allocFlags) { in MagicMemFunction() argument 140 this->isNested = isNested; in MagicMemFunction() 150 if (wrapper && !isDealloc && !isNested) { in MagicMemFunction() 171 return isNested; in isNestedFunction()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 776 if (BlockInfo && CI.isNested()) { in EmitBlockLiteral() 797 /*RefersToEnclosingVariableOrCapture*/ CI.isNested(), type, in EmitBlockLiteral() 809 if (CI.isNested()) in EmitBlockLiteral() 868 /*RefersToEnclosingVariableOrCapture*/ CI.isNested(), in EmitBlockLiteral()
|
| /minix3/minix/llvm/passes/magic/ |
| H A D | MagicPass.cpp | 1000 bool isNested = false; in runOnModule() local 1007 …isNested = (extendedMagicMemFunctions.find(CS.getInstruction()->getParent()->getParent()) != exten… in runOnModule() 1008 if (isNested != magicMemFunction.isNestedFunction()) { in runOnModule() 1034 if(!isDeallocFunction && !isNested) { in runOnModule() 1126 assert(!isNested); in runOnModule()
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | ASTDumper.cpp | 1558 if (I.isNested()) in VisitBlockDecl()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | Decl.h | 3357 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 875 bool isNested = NumClosures > 1; in CheckCXXThisCapture() local 876 CSI->addThisCapture(isNested, Loc, ThisTy, ThisExpr); in CheckCXXThisCapture()
|
| H A D | SemaExpr.cpp | 10789 Cap.isNested(), Cap.getInitExpr()); in ActOnBlockStmtExpr()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 873 if (capture.isNested()) flags |= 2; in VisitBlockDecl()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 4540 if (variable == ND && CI.isNested()) { in SynthBlockInitExpr()
|
| H A D | RewriteModernObjC.cpp | 5485 if (variable == ND && CI.isNested()) { in SynthBlockInitExpr()
|