Home
last modified time | relevance | path

Searched refs:isNested (Results 1 – 11 of 11) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h433 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 DMagicMemFunction.h15 …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 DCGBlocks.cpp776 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 DMagicPass.cpp1000 bool isNested = false; in runOnModule() local
1007isNested = (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 DASTDumper.cpp1558 if (I.isNested()) in VisitBlockDecl()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDecl.h3357 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp875 bool isNested = NumClosures > 1; in CheckCXXThisCapture() local
876 CSI->addThisCapture(isNested, Loc, ThisTy, ThisExpr); in CheckCXXThisCapture()
H A DSemaExpr.cpp10789 Cap.isNested(), Cap.getInitExpr()); in ActOnBlockStmtExpr()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp873 if (capture.isNested()) flags |= 2; in VisitBlockDecl()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4540 if (variable == ND && CI.isNested()) { in SynthBlockInitExpr()
H A DRewriteModernObjC.cpp5485 if (variable == ND && CI.isNested()) { in SynthBlockInitExpr()