Searched defs:isNested (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeUDT.cpp | 184 bool NativeTypeUDT::isNested() const { in 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
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 642 bool isNested() const { return Nested; } isNested() function 714 addCapture(ValueDecl * Var,bool isBlock,bool isByref,bool isNested,SourceLocation Loc,SourceLocation EllipsisLoc,QualType CaptureType,bool Invalid) addCapture() argument 1076 addThisCapture(bool isNested,SourceLocation Loc,QualType CaptureType,bool ByCopy) addThisCapture() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.cpp | 1157 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 627 bool isNested() const { isNested() function 4490 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } isNested() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 435 bool isNested() const { in isNested() function
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 1405 bool isNested = NumCapturingClosures > 1; CheckCXXThisCapture() local
|