Searched defs:IsNested (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 607 Capture(ValueDecl * Var,bool Block,bool ByRef,bool IsNested,SourceLocation Loc,SourceLocation EllipsisLoc,QualType CaptureType,bool Invalid) Capture() argument 618 Capture(IsThisCapture,bool IsNested,SourceLocation Loc,QualType CaptureType,const bool ByCopy,bool Invalid) Capture() argument 626 Capture(IsVLACapture,const VariableArrayType * VLA,bool IsNested,SourceLocation Loc,QualType CaptureType) Capture() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVElement.h | 93 IsNested, // CodeView nested type. enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.cpp | 3130 bool IsNested = HasNestArgument(&MF); GetScratchRegister() local 3182 bool IsNested = false; adjustForSegmentedStacks() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 2120 bool IsNested = CurLoop->getParentLoop() != nullptr; processCopyingStore() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 11617 ActOnStartNamespaceDef(Scope * NamespcScope,SourceLocation InlineLoc,SourceLocation NamespaceLoc,SourceLocation IdentLoc,IdentifierInfo * II,SourceLocation LBrace,const ParsedAttributesView & AttrList,UsingDirectiveDecl * & UD,bool IsNested) ActOnStartNamespaceDef() argument
|
H A D | SemaExpr.cpp | 14341 bool IsNested = NextToCheckIndex > 0; DiagnoseRecursiveConstFields() local
|