Searched refs:IsNested (Results 1 – 9 of 9) sorted by relevance
| /src/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 | 4769 UsingDirectiveDecl *&UsingDecl, bool IsNested);
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVElement.h | 93 IsNested, // CodeView nested type. enumerator 166 PROPERTY(Property, IsNested);
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FrameLowering.cpp | 3185 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 D | HexagonLoopIdiomRecognition.cpp | 2114 bool IsNested = CurLoop->getParentLoop() != nullptr; in processCopyingStore() local 2115 if (IsNested && OnlyNonNestedMemmove) in processCopyingStore()
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 612 bool isNested() const { return NamespaceDeclBits.IsNested; } in isNested() 615 void setNested(bool Nested) { NamespaceDeclBits.IsNested = Nested; } in setNested()
|
| H A D | DeclBase.h | 1515 uint64_t IsNested : 1;
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 13313 bool IsNested = NextToCheckIndex > 0; in DiagnoseRecursiveConstFields() local 13322 << IsNested << Field; in DiagnoseRecursiveConstFields() 13326 << NestedConstMember << IsNested << Field in DiagnoseRecursiveConstFields()
|
| H A D | SemaDeclCXX.cpp | 11530 UsingDirectiveDecl *&UD, bool IsNested) { in ActOnStartNamespaceDef() argument 11620 Context, CurContext, IsInline, StartLoc, Loc, II, PrevNS, IsNested); in ActOnStartNamespaceDef()
|