Home
last modified time | relevance | path

Searched refs:IsNested (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h607 Capture(ValueDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture() argument
614 Nested(IsNested), CapturesThis(false), ODRUsed(false), in Capture()
618 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture() argument
621 Kind(ByCopy ? Cap_ByCopy : Cap_ByRef), Nested(IsNested), in Capture()
626 Capture(IsVLACapture, const VariableArrayType *VLA, bool IsNested, in Capture() argument
629 Nested(IsNested), CapturesThis(false), ODRUsed(false), in Capture()
H A DSema.h6239 UsingDirectiveDecl *&UsingDecl, bool IsNested);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h93 IsNested, // CodeView nested type. enumerator
166 PROPERTY(Property, IsNested);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp3130 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local
3135 if (IsNested) in GetScratchRegister()
3140 if (IsNested) in GetScratchRegister()
3182 bool IsNested = false; in adjustForSegmentedStacks() local
3186 IsNested = HasNestArgument(&MF); in adjustForSegmentedStacks()
3196 if (IsNested) in adjustForSegmentedStacks()
3341 if (IsNested) in adjustForSegmentedStacks()
3391 if (IsNested) in adjustForSegmentedStacks()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2120 bool IsNested = CurLoop->getParentLoop() != nullptr; in processCopyingStore() local
2121 if (IsNested && OnlyNonNestedMemmove) in processCopyingStore()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp14341 bool IsNested = NextToCheckIndex > 0; in DiagnoseRecursiveConstFields() local
14350 << IsNested << Field; in DiagnoseRecursiveConstFields()
14354 << NestedConstMember << IsNested << Field in DiagnoseRecursiveConstFields()
H A DSemaDeclCXX.cpp11617 UsingDirectiveDecl *&UD, bool IsNested) { in ActOnStartNamespaceDef() argument
11707 Context, CurContext, IsInline, StartLoc, Loc, II, PrevNS, IsNested); in ActOnStartNamespaceDef()