Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeUDT.cpp183 bool NativeTypeUDT::isNested() const { in isNested() function in NativeTypeUDT
DNativeTypeEnum.cpp311 bool NativeTypeEnum::isNested() const { in isNested() function in NativeTypeEnum
DNativeRawSymbol.cpp624 bool NativeRawSymbol::isNested() const { in isNested() function in NativeRawSymbol
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DScopeInfo.h614 bool isNested() const { return Nested; } in isNested() function
686 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture()
1043 inline void CapturingScopeInfo::addThisCapture(bool isNested, in addThisCapture()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp1157 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h434 bool isNested() const { in isNested() function
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDecl.h4183 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp1370 bool isNested = NumCapturingClosures > 1; in CheckCXXThisCapture() local