| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 585 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 D | NativeTypeUDT.cpp | 65 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 D | NativeTypeEnum.cpp | 155 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 D | NativeRawSymbol.cpp | 625 bool NativeRawSymbol::isNested() const { in isNested() function in NativeRawSymbol
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolTypeTypedef.h | 36 FORWARD_SYMBOL_METHOD(isNested)
|
| H A D | PDBSymbolTypeEnum.h | 40 FORWARD_SYMBOL_METHOD(isNested)
|
| H A D | PDBSymbolTypeUDT.h | 41 FORWARD_SYMBOL_METHOD(isNested)
|
| H A D | PDBSymbolTypeBaseClass.h | 40 FORWARD_SYMBOL_METHOD(isNested)
|
| H A D | IPDBRawSymbol.h | 229 virtual bool isNested() const = 0;
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeTypeEnum.h | 51 bool isNested() const override;
|
| H A D | NativeTypeUDT.h | 53 bool isNested() const override;
|
| H A D | NativeRawSymbol.h | 203 bool isNested() const override;
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 198 bool isNested() const override;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 508 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 D | TextNodeDumper.cpp | 279 if (C.isNested()) in Visit()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 441 bool isNested() const { in isNested() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 238 if (access != lldb::eAccessNone || !udt.isNested()) in GetAccessibilityForUdt()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 1158 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Decl.h | 3901 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 1120 if (capture.isNested()) flags |= 2; in VisitBlockDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 1277 bool isNested = NumCapturingClosures > 1; in CheckCXXThisCapture() local 1278 CSI->addThisCapture(isNested, Loc, ThisExpr, ByCopy); in CheckCXXThisCapture()
|
| H A D | SemaExpr.cpp | 13714 Cap.isNested(), Cap.getInitExpr()); in ActOnBlockStmtExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 4498 if (variable == ND && CI.isNested()) { in SynthBlockInitExpr()
|
| H A D | RewriteModernObjC.cpp | 5366 if (variable == ND && CI.isNested()) { in SynthBlockInitExpr()
|