Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h624 Capture(ValueDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture() argument
631 Nested(IsNested), CapturesThis(false), ODRUsed(false), in Capture()
635 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture() argument
638 Kind(ByCopy ? Cap_ByCopy : Cap_ByRef), Nested(IsNested), in Capture()
643 Capture(IsVLACapture, const VariableArrayType *VLA, bool IsNested, in Capture() argument
646 Nested(IsNested), CapturesThis(false), ODRUsed(false), in Capture()
H A DSema.h5165 UsingDirectiveDecl *&UsingDecl, bool IsNested);
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h101 IsNested, // CodeView nested type. enumerator
174 PROPERTY(Property, IsNested);
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp3249 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local
3254 if (IsNested) in GetScratchRegister()
3259 if (IsNested) in GetScratchRegister()
3301 bool IsNested = false; in adjustForSegmentedStacks() local
3305 IsNested = HasNestArgument(&MF); in adjustForSegmentedStacks()
3315 if (IsNested) in adjustForSegmentedStacks()
3460 if (IsNested) in adjustForSegmentedStacks()
3510 if (IsNested) in adjustForSegmentedStacks()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2102 bool IsNested = CurLoop->getParentLoop() != nullptr; in processCopyingStore() local
2103 if (IsNested && OnlyNonNestedMemmove) in processCopyingStore()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1529 uint64_t IsNested : 1;
H A DDecl.h636 bool isNested() const { return NamespaceDeclBits.IsNested; } in isNested()
639 void setNested(bool Nested) { NamespaceDeclBits.IsNested = Nested; } in setNested()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp13693 bool IsNested = NextToCheckIndex > 0; in DiagnoseRecursiveConstFields() local
13702 << IsNested << Field; in DiagnoseRecursiveConstFields()
13706 << NestedConstMember << IsNested << Field in DiagnoseRecursiveConstFields()
H A DSemaDeclCXX.cpp11771 UsingDirectiveDecl *&UD, bool IsNested) { in ActOnStartNamespaceDef() argument
11861 Context, CurContext, IsInline, StartLoc, Loc, II, PrevNS, IsNested); in ActOnStartNamespaceDef()