Searched defs:IsNested (Results 1 – 6 of 6) 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() 606 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture() 614 Capture(IsVLACapture, const VariableArrayType *VLA, bool IsNested, in Capture()
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVElement.h | 93 IsNested, // CodeView nested type. enumerator
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.cpp | 2971 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local 3023 bool IsNested = false; in adjustForSegmentedStacks() local
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 2120 bool IsNested = CurLoop->getParentLoop() != nullptr; in processCopyingStore() local
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 11214 UsingDirectiveDecl *&UD, bool IsNested) { in ActOnStartNamespaceDef()
|
H A D | SemaExpr.cpp | 13886 bool IsNested = NextToCheckIndex > 0; in DiagnoseRecursiveConstFields() local
|