Searched defs:IsNested (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 624 Capture(ValueDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture() argument 635 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture() argument 643 Capture(IsVLACapture, const VariableArrayType *VLA, bool IsNested, in Capture() argument
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVElement.h | 93 IsNested, // CodeView nested type. enumerator
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.cpp | 3188 bool IsNested = HasNestArgument(&MF); GetScratchRegister() local 3240 bool IsNested = false; adjustForSegmentedStacks() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 2114 bool IsNested = CurLoop->getParentLoop() != nullptr; processCopyingStore() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 11471 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 | 13261 bool IsNested = NextToCheckIndex > 0; DiagnoseRecursiveConstFields() local
|