Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp184 bool NativeTypeUDT::isNested() const { 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
/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h659 bool isNested() const { return Nested; } in isNested() function
1093 inline void CapturingScopeInfo::addThisCapture(bool isNested, in addThisCapture() argument
731 addCapture(ValueDecl * Var,bool isBlock,bool isByref,bool isNested,SourceLocation Loc,SourceLocation EllipsisLoc,QualType CaptureType,bool Invalid) addCapture() argument
/llvm-project/llvm/utils/lit/lit/
H A DTestRunner.py1684 parseText(ln, isNested) global() argument
1697 parseRecursive(ln, isNested) global() argument
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1157 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
/llvm-project/clang/include/clang/AST/
H A DDecl.h627 bool isNested() const { isNested() function
4549 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } isNested() function
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h435 bool isNested() const { in isNested() function
/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1402 bool isNested = NumCapturingClosures > 1; CheckCXXThisCapture() local