Searched refs:IsNested (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h568 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, argument
574 Nested(IsNested), CapturesThis(false), ODRUsed(false),
578 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, argument
581 Kind(ByCopy ? Cap_ByCopy : Cap_ByRef), Nested(IsNested),
586 Capture(IsVLACapture, const VariableArrayType *VLA, bool IsNested, argument
589 Nested(IsNested), CapturesThis(false), ODRUsed(false),
685 /*FIXME: IsNested*/ false, Loc, CaptureType));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp2653 bool IsNested = HasNestArgument(&MF);
2658 if (IsNested)
2663 if (IsNested)
2714 bool IsNested = false; local
2718 IsNested = HasNestArgument(&MF);
2728 if (IsNested)
2851 if (IsNested)
2901 if (IsNested)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2108 bool IsNested = CurLoop->getParentLoop() != nullptr;
2109 if (IsNested && OnlyNonNestedMemmove)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp12503 bool IsNested = NextToCheckIndex > 0; local
12512 << IsNested << Field;
12516 << NestedConstMember << IsNested << Field

Completed in 236 milliseconds