Searched defs:isNested (Results 1 – 5 of 5) sorted by relevance
/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() 824 CapturingScopeInfo::addThisCapture(bool isNested, SourceLocation Loc, in addThisCapture()
|
/minix3/minix/llvm/passes/include/magic/support/ |
H A D | MagicMemFunction.h | 49 bool isNested; variable 135 …ion(Module &M, Function *function, Function *wrapper, bool isDealloc, bool isNested, int allocFlag… in MagicMemFunction()
|
/minix3/minix/llvm/passes/magic/ |
H A D | MagicPass.cpp | 1000 bool isNested = false; in runOnModule() local
|
/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
|