| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeUDT.cpp | 64 dumpSymbolField(OS, "nested", isNested(), Indent); in dump() 183 bool NativeTypeUDT::isNested() const { in isNested() function in NativeTypeUDT 185 return UnmodifiedType->isNested(); in isNested()
|
| H A D | NativeTypeEnum.cpp | 154 dumpSymbolField(OS, "nested", isNested(), Indent); in dump() 311 bool NativeTypeEnum::isNested() const { in isNested() function in NativeTypeEnum 313 return UnmodifiedType->isNested(); in isNested()
|
| H A D | NativeRawSymbol.cpp | 624 bool NativeRawSymbol::isNested() const { in isNested() function in NativeRawSymbol
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 614 bool isNested() const { return Nested; } in isNested() function 686 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() argument 689 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc, in addCapture() 700 void addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType, 1043 inline void CapturingScopeInfo::addThisCapture(bool isNested, in addThisCapture() argument 1047 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, CaptureType, in addThisCapture()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolTypeUDT.h | 40 FORWARD_SYMBOL_METHOD(isNested)
|
| H A D | PDBSymbolTypeTypedef.h | 35 FORWARD_SYMBOL_METHOD(isNested)
|
| H A D | PDBSymbolTypeEnum.h | 39 FORWARD_SYMBOL_METHOD(isNested)
|
| H A D | PDBSymbolTypeBaseClass.h | 39 FORWARD_SYMBOL_METHOD(isNested)
|
| H A D | IPDBRawSymbol.h | 224 virtual bool isNested() const = 0;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeTypeUDT.h | 52 bool isNested() const override;
|
| H A D | NativeTypeEnum.h | 50 bool isNested() const override;
|
| H A D | NativeRawSymbol.h | 202 bool isNested() const override;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | ScopeInfo.cpp | 223 return !isNested() && isVariableCapture() && getVariable()->isInitCapture(); in isInitCapture()
|
| H A D | SemaExprCXX.cpp | 1370 bool isNested = NumCapturingClosures > 1; in CheckCXXThisCapture() local 1371 CSI->addThisCapture(isNested, Loc, CaptureType, ByCopy); in CheckCXXThisCapture()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 197 bool isNested() const override;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 509 if (CGF.BlockInfo && CI.isNested()) in getCaptureFieldType() 932 if (BlockInfo && CI.isNested()) { in EmitBlockLiteral() 948 /*RefersToEnclosingVariableOrCapture*/ CI.isNested(), in EmitBlockLiteral() 961 if (CI.isNested()) in EmitBlockLiteral() 1022 /*RefersToEnclosingVariableOrCapture*/ CI.isNested(), in EmitBlockLiteral()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 434 bool isNested() const { in isNested() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 1157 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 235 if (access != lldb::eAccessNone || !udt.isNested()) in GetAccessibilityForUdt()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 178 attributeOnlyIfTrue("nested", C.isNested()); in Visit()
|
| H A D | TextNodeDumper.cpp | 320 if (C.isNested()) in Visit()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 4183 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 1193 if (capture.isNested()) flags |= 2; in VisitBlockDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 4499 if (variable == ND && CI.isNested()) { in SynthBlockInitExpr()
|
| H A D | RewriteModernObjC.cpp | 5362 if (variable == ND && CI.isNested()) { in SynthBlockInitExpr()
|