Home
last modified time | relevance | path

Searched refs:isNested (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp64 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 DNativeTypeEnum.cpp157 dumpSymbolField(OS, "nested", isNested(), Indent); in dump()
316 bool NativeTypeEnum::isNested() const { in isNested() function in NativeTypeEnum
318 return UnmodifiedType->isNested(); in isNested()
H A DNativeRawSymbol.cpp623 bool NativeRawSymbol::isNested() const { in isNested() function in NativeRawSymbol
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h659 bool isNested() const { return Nested; } in isNested() function
737 void addCapture(ValueDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() argument
740 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc, in addCapture()
751 void addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType,
1096 inline void CapturingScopeInfo::addThisCapture(bool isNested, in addThisCapture() argument
1100 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, CaptureType, in addThisCapture()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeTypedef.h35 FORWARD_SYMBOL_METHOD(isNested)
H A DPDBSymbolTypeEnum.h42 FORWARD_SYMBOL_METHOD(isNested)
H A DPDBSymbolTypeUDT.h40 FORWARD_SYMBOL_METHOD(isNested)
H A DPDBSymbolTypeBaseClass.h40 FORWARD_SYMBOL_METHOD(isNested)
H A DIPDBRawSymbol.h225 virtual bool isNested() const = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeEnum.h51 bool isNested() const override;
H A DNativeTypeUDT.h55 bool isNested() const override;
H A DNativeRawSymbol.h203 bool isNested() const override;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp225 return !isNested() && isVariableCapture() && getVariable()->isInitCapture(); in isInitCapture()
H A DSemaExprCXX.cpp1384 bool isNested = NumCapturingClosures > 1; in CheckCXXThisCapture() local
1385 CSI->addThisCapture(isNested, Loc, CaptureType, ByCopy); in CheckCXXThisCapture()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h197 bool isNested() const override;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp541 if (CGF.BlockInfo && CI.isNested()) in getCaptureFieldType()
949 if (BlockInfo && CI.isNested()) { in EmitBlockLiteral()
965 /*RefersToEnclosingVariableOrCapture*/ CI.isNested(), in EmitBlockLiteral()
978 if (CI.isNested()) in EmitBlockLiteral()
1039 /*RefersToEnclosingVariableOrCapture*/ CI.isNested(), in EmitBlockLiteral()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1998 if (Class.isNested()) { in visitKnownRecord()
2008 if (!(Class.isNested() || Class.isScoped())) { in visitKnownRecord()
2068 if (Enum.isNested()) { in visitKnownRecord()
2079 if (!(Enum.isNested() || Enum.isScoped())) { in visitKnownRecord()
2467 if (Union.isNested()) { in visitKnownRecord()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp196 attributeOnlyIfTrue("nested", C.isNested()); in Visit()
887 attributeOnlyIfTrue("isNested", ND->isNested()); in VisitNamespaceDecl()
H A DTextNodeDumper.cpp359 if (C.isNested()) in Visit()
2546 if (D->isNested()) in VisitNamespaceDecl()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h435 bool isNested() const { in isNested() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1157 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp244 if (access != lldb::eAccessNone || !udt.isNested()) in GetAccessibilityForUdt()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h636 bool isNested() const { return NamespaceDeclBits.IsNested; } in isNested() function
4623 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1484 if (capture.isNested()) flags |= 2; in VisitBlockDecl()
1546 NamespaceDeclBits.addBit(D->isNested()); in VisitNamespaceDecl()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4480 if (variable == ND && CI.isNested()) { in SynthBlockInitExpr()

12