Home
last modified time | relevance | path

Searched defs:isNested (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeTypeUDT.cpp184 bool NativeTypeUDT::isNested() const { in isNested() function in NativeTypeUDT
HDNativeTypeEnum.cpp316 bool NativeTypeEnum::isNested() const { in isNested() function in NativeTypeEnum
HDNativeRawSymbol.cpp623 bool NativeRawSymbol::isNested() const { in isNested() function in NativeRawSymbol
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDScopeInfo.h659 bool isNested() const { return Nested; } in isNested() function
731 void addCapture(ValueDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture()
1093 inline void CapturingScopeInfo::addThisCapture(bool isNested, in addThisCapture()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIARawSymbol.cpp1157 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h612 bool isNested() const { return NamespaceDeclBits.IsNested; } in isNested() function
4510 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeRecord.h435 bool isNested() const { in isNested() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprCXX.cpp1402 bool isNested = NumCapturingClosures > 1; in CheckCXXThisCapture() local