Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp184 bool NativeTypeUDT::isNested() const { in isNested() function in NativeTypeUDT
H A DNativeTypeEnum.cpp316 bool NativeTypeEnum::isNested() const { in isNested() function in NativeTypeEnum
H A DNativeRawSymbol.cpp623 bool NativeRawSymbol::isNested() const { in isNested() function in NativeRawSymbol
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.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/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1157 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h612 bool isNested() const { return NamespaceDeclBits.IsNested; } in isNested() function
4510 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h435 bool isNested() const { in isNested() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1402 bool isNested = NumCapturingClosures > 1; in CheckCXXThisCapture() local