Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp184 bool NativeTypeUDT::isNested() const { in isNested() function in NativeTypeUDT
H A DNativeTypeEnum.cpp315 bool NativeTypeEnum::isNested() const { in isNested() function in NativeTypeEnum
H A DNativeRawSymbol.cpp623 bool NativeRawSymbol::isNested() const { in isNested() function in NativeRawSymbol
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h626 bool isNested() const { return Nested; } in isNested() function
698 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture()
1052 inline void CapturingScopeInfo::addThisCapture(bool isNested, in addThisCapture()
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DTestRunner.py1278 def parseText(ln, isNested): argument
1290 def parseRecursive(ln, isNested): argument
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1157 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h435 bool isNested() const { in isNested() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h4262 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp1372 bool isNested = NumCapturingClosures > 1; in CheckCXXThisCapture() local