Searched refs:isNested (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeBaseClass.h39 FORWARD_SYMBOL_METHOD(isNested)
H A DPDBSymbolTypeEnum.h39 FORWARD_SYMBOL_METHOD(isNested)
H A DPDBSymbolTypeTypedef.h35 FORWARD_SYMBOL_METHOD(isNested)
H A DPDBSymbolTypeUDT.h40 FORWARD_SYMBOL_METHOD(isNested)
H A DIPDBRawSymbol.h228 virtual bool isNested() const = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeEnum.h50 bool isNested() const override;
H A DNativeTypeUDT.h52 bool isNested() const override;
H A DNativeRawSymbol.h202 bool isNested() const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp64 dumpSymbolField(OS, "nested", isNested(), Indent);
183 bool NativeTypeUDT::isNested() const { function in class:NativeTypeUDT
185 return UnmodifiedType->isNested();
H A DNativeTypeEnum.cpp154 dumpSymbolField(OS, "nested", isNested(), Indent);
311 bool NativeTypeEnum::isNested() const { function in class:NativeTypeEnum
313 return UnmodifiedType->isNested();
H A DNativeRawSymbol.cpp624 bool NativeRawSymbol::isNested() const { function in class:NativeRawSymbol
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h589 bool isNested() const { return Nested; } function in class:clang::sema::Capture
661 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, argument
664 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc,
675 void addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType,
1013 inline void CapturingScopeInfo::addThisCapture(bool isNested, argument
1017 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, CaptureType,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp222 return !isNested() && isVariableCapture() && getVariable()->isInitCapture();
H A DSemaExprCXX.cpp1252 bool isNested = NumCapturingClosures > 1; local
1253 CSI->addThisCapture(isNested, Loc, CaptureType, ByCopy);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h197 bool isNested() const override;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp509 if (CGF.BlockInfo && CI.isNested())
1061 if (BlockInfo && CI.isNested()) {
1077 /*RefersToEnclosingVariableOrCapture*/ CI.isNested(),
1090 if (CI.isNested())
1151 /*RefersToEnclosingVariableOrCapture*/ CI.isNested(),
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h440 bool isNested() const { function in class:llvm::codeview::TagRecord
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp235 if (access != lldb::eAccessNone || !udt.isNested())
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp297 if (C.isNested())
H A DJSONNodeDumper.cpp173 attributeOnlyIfTrue("nested", C.isNested());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1157 bool DIARawSymbol::isNested() const { function in class:DIARawSymbol
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1185 if (capture.isNested()) flags |= 2;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4080 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; }
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4502 if (variable == ND && CI.isNested()) {
H A DRewriteModernObjC.cpp5363 if (variable == ND && CI.isNested()) {

Completed in 336 milliseconds

12