Searched defs:isNested (Results 1 – 9 of 9) sorted by relevance
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeUDT.cpp | 184 bool NativeTypeUDT::isNested() const { isNested() function in NativeTypeUDT
|
H A D | NativeTypeEnum.cpp | 316 bool NativeTypeEnum::isNested() const { in isNested() function in NativeTypeEnum
|
H A D | NativeRawSymbol.cpp | 623 bool NativeRawSymbol::isNested() const { in isNested() function in NativeRawSymbol
|
/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 659 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 D | TestRunner.py | 1684 parseText(ln, isNested) global() argument 1697 parseRecursive(ln, isNested) global() argument
|
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.cpp | 1157 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
|
/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 627 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 D | TypeRecord.h | 435 bool isNested() const { in isNested() function
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 1402 bool isNested = NumCapturingClosures > 1; CheckCXXThisCapture() local
|