Searched refs:IsNested (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 595 Capture(ValueDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture() argument 602 Nested(IsNested), CapturesThis(false), ODRUsed(false), in Capture() 606 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture() argument 609 Kind(ByCopy ? Cap_ByCopy : Cap_ByRef), Nested(IsNested), in Capture() 614 Capture(IsVLACapture, const VariableArrayType *VLA, bool IsNested, in Capture() argument 617 Nested(IsNested), CapturesThis(false), ODRUsed(false), in Capture()
|
H A D | Sema.h | 6086 UsingDirectiveDecl *&UsingDecl, bool IsNested);
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVElement.h | 93 IsNested, // CodeView nested type. enumerator 166 PROPERTY(Property, IsNested);
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.cpp | 2971 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local 2976 if (IsNested) in GetScratchRegister() 2981 if (IsNested) in GetScratchRegister() 3023 bool IsNested = false; in adjustForSegmentedStacks() local 3027 IsNested = HasNestArgument(&MF); in adjustForSegmentedStacks() 3037 if (IsNested) in adjustForSegmentedStacks() 3159 if (IsNested) in adjustForSegmentedStacks() 3210 if (IsNested) in adjustForSegmentedStacks()
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 2120 bool IsNested = CurLoop->getParentLoop() != nullptr; in processCopyingStore() local 2121 if (IsNested && OnlyNonNestedMemmove) in processCopyingStore()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 13886 bool IsNested = NextToCheckIndex > 0; in DiagnoseRecursiveConstFields() local 13895 << IsNested << Field; in DiagnoseRecursiveConstFields() 13899 << NestedConstMember << IsNested << Field in DiagnoseRecursiveConstFields()
|
H A D | SemaDeclCXX.cpp | 11214 UsingDirectiveDecl *&UD, bool IsNested) { in ActOnStartNamespaceDef() argument 11285 Context, CurContext, IsInline, StartLoc, Loc, II, PrevNS, IsNested); in ActOnStartNamespaceDef()
|