Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h585 bool isNested() const { in isNested() function
652 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() argument
655 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc, in addCapture()
670 void addThisCapture(bool isNested, SourceLocation Loc,
1008 CapturingScopeInfo::addThisCapture(bool isNested, SourceLocation Loc, in addThisCapture() argument
1011 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, QualType(), in addThisCapture()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp65 dumpSymbolField(OS, "nested", isNested(), Indent); in dump()
184 bool NativeTypeUDT::isNested() const { in isNested() function in NativeTypeUDT
186 return UnmodifiedType->isNested(); in isNested()
H A DNativeTypeEnum.cpp155 dumpSymbolField(OS, "nested", isNested(), Indent); in dump()
312 bool NativeTypeEnum::isNested() const { in isNested() function in NativeTypeEnum
314 return UnmodifiedType->isNested(); in isNested()
H A DNativeRawSymbol.cpp625 bool NativeRawSymbol::isNested() const { in isNested() function in NativeRawSymbol
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeTypedef.h36 FORWARD_SYMBOL_METHOD(isNested)
H A DPDBSymbolTypeEnum.h40 FORWARD_SYMBOL_METHOD(isNested)
H A DPDBSymbolTypeUDT.h41 FORWARD_SYMBOL_METHOD(isNested)
H A DPDBSymbolTypeBaseClass.h40 FORWARD_SYMBOL_METHOD(isNested)
H A DIPDBRawSymbol.h229 virtual bool isNested() const = 0;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeEnum.h51 bool isNested() const override;
H A DNativeTypeUDT.h53 bool isNested() const override;
H A DNativeRawSymbol.h203 bool isNested() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h198 bool isNested() const override;
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp508 if (CGF.BlockInfo && CI.isNested()) in getCaptureFieldType()
1065 if (BlockInfo && CI.isNested()) { in EmitBlockLiteral()
1082 /*RefersToEnclosingVariableOrCapture*/ CI.isNested(), in EmitBlockLiteral()
1095 if (CI.isNested()) in EmitBlockLiteral()
1156 /*RefersToEnclosingVariableOrCapture*/ CI.isNested(), in EmitBlockLiteral()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTextNodeDumper.cpp279 if (C.isNested()) in Visit()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h441 bool isNested() const { in isNested() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp238 if (access != lldb::eAccessNone || !udt.isNested()) in GetAccessibilityForUdt()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1158 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h3901 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp1120 if (capture.isNested()) flags |= 2; in VisitBlockDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp1277 bool isNested = NumCapturingClosures > 1; in CheckCXXThisCapture() local
1278 CSI->addThisCapture(isNested, Loc, ThisExpr, ByCopy); in CheckCXXThisCapture()
H A DSemaExpr.cpp13714 Cap.isNested(), Cap.getInitExpr()); in ActOnBlockStmtExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4498 if (variable == ND && CI.isNested()) { in SynthBlockInitExpr()
H A DRewriteModernObjC.cpp5366 if (variable == ND && CI.isNested()) { in SynthBlockInitExpr()