Home
last modified time | relevance | path

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

/src/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.h4769 UsingDirectiveDecl *&UsingDecl, bool IsNested);
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h93 IsNested, // CodeView nested type. enumerator
166 PROPERTY(Property, IsNested);
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp3185 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local
3190 if (IsNested) in GetScratchRegister()
3195 if (IsNested) in GetScratchRegister()
3237 bool IsNested = false; in adjustForSegmentedStacks() local
3241 IsNested = HasNestArgument(&MF); in adjustForSegmentedStacks()
3251 if (IsNested) in adjustForSegmentedStacks()
3396 if (IsNested) in adjustForSegmentedStacks()
3446 if (IsNested) in adjustForSegmentedStacks()
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2114 bool IsNested = CurLoop->getParentLoop() != nullptr; in processCopyingStore() local
2115 if (IsNested && OnlyNonNestedMemmove) in processCopyingStore()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h612 bool isNested() const { return NamespaceDeclBits.IsNested; } in isNested()
615 void setNested(bool Nested) { NamespaceDeclBits.IsNested = Nested; } in setNested()
H A DDeclBase.h1515 uint64_t IsNested : 1;
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp13313 bool IsNested = NextToCheckIndex > 0; in DiagnoseRecursiveConstFields() local
13322 << IsNested << Field; in DiagnoseRecursiveConstFields()
13326 << NestedConstMember << IsNested << Field in DiagnoseRecursiveConstFields()
H A DSemaDeclCXX.cpp11530 UsingDirectiveDecl *&UD, bool IsNested) { in ActOnStartNamespaceDef() argument
11620 Context, CurContext, IsInline, StartLoc, Loc, II, PrevNS, IsNested); in ActOnStartNamespaceDef()