/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() 748 /*FIXME: IsNested*/ false, Loc, CaptureType));
|
H A D | Sema.h | 4777 UsingDirectiveDecl *&UsingDecl, bool IsNested);
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVElement.h | 93 IsNested, // CodeView nested type. enumerator 166 PROPERTY(Property, IsNested);
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.cpp | 3218 bool IsNested = HasNestArgument(&MF); in adjustForSegmentedStacks() 3223 if (IsNested) in adjustForSegmentedStacks() 3228 if (IsNested) in adjustForSegmentedStacks() 3270 bool IsNested = false; in adjustForSegmentedStacks() 3274 IsNested = HasNestArgument(&MF); in adjustForSegmentedStacks() 3284 if (IsNested) in adjustForSegmentedStacks() 3429 if (IsNested) in adjustForSegmentedStacks() 3479 if (IsNested) in getHiPELiteral() 3188 bool IsNested = HasNestArgument(&MF); GetScratchRegister() local 3240 bool IsNested = false; adjustForSegmentedStacks() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 2116 bool IsNested = CurLoop->getParentLoop() != nullptr; in processCopyingStore() 2117 if (IsNested && OnlyNonNestedMemmove) in processCopyingStore() 2114 bool IsNested = CurLoop->getParentLoop() != nullptr; processCopyingStore() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 13516 bool IsNested = NextToCheckIndex > 0; in CheckAssignmentOperands() 13525 << IsNested << Field; in CheckAssignmentOperands() 13529 << NestedConstMember << IsNested << Field in CheckAssignmentOperands() 13261 bool IsNested = NextToCheckIndex > 0; DiagnoseRecursiveConstFields() local
|
H A D | SemaDeclCXX.cpp | 11629 UsingDirectiveDecl *&UD, bool IsNested) { in ActOnStartNamespaceDef() 11719 Context, CurContext, IsInline, StartLoc, Loc, II, PrevNS, IsNested); in CheckComparisonCategoryType() 11471 ActOnStartNamespaceDef(Scope * NamespcScope,SourceLocation InlineLoc,SourceLocation NamespaceLoc,SourceLocation IdentLoc,IdentifierInfo * II,SourceLocation LBrace,const ParsedAttributesView & AttrList,UsingDirectiveDecl * & UD,bool IsNested) ActOnStartNamespaceDef() argument
|