Home
last modified time | relevance | path

Searched defs:isNested (Results 1 – 5 of 5) 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()
824 CapturingScopeInfo::addThisCapture(bool isNested, SourceLocation Loc, in addThisCapture()
/minix3/minix/llvm/passes/include/magic/support/
H A DMagicMemFunction.h49 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 DMagicPass.cpp1000 bool isNested = false; in runOnModule() local
/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