Searched refs:IsNested (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 624 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 D | Sema.h | 5165 UsingDirectiveDecl *&UsingDecl, bool IsNested);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVElement.h | 101 IsNested, // CodeView nested type. enumerator 174 PROPERTY(Property, IsNested);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FrameLowering.cpp | 3249 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 D | HexagonLoopIdiomRecognition.cpp | 2102 bool IsNested = CurLoop->getParentLoop() != nullptr; in processCopyingStore() local 2103 if (IsNested && OnlyNonNestedMemmove) in processCopyingStore()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclBase.h | 1529 uint64_t IsNested : 1;
|
| H A D | Decl.h | 636 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 D | SemaExpr.cpp | 13693 bool IsNested = NextToCheckIndex > 0; in DiagnoseRecursiveConstFields() local 13702 << IsNested << Field; in DiagnoseRecursiveConstFields() 13706 << NestedConstMember << IsNested << Field in DiagnoseRecursiveConstFields()
|
| H A D | SemaDeclCXX.cpp | 11771 UsingDirectiveDecl *&UD, bool IsNested) { in ActOnStartNamespaceDef() argument 11861 Context, CurContext, IsInline, StartLoc, Loc, II, PrevNS, IsNested); in ActOnStartNamespaceDef()
|