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