| /openbsd-src/gnu/llvm/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 | 157 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 D | NativeRawSymbol.cpp | 623 bool NativeRawSymbol::isNested() const { in isNested() function in NativeRawSymbol
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 630 bool isNested() const { return Nested; } in isNested() function 702 void addCapture(ValueDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() argument 705 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc, in addCapture() 716 void addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType, 1054 inline void CapturingScopeInfo::addThisCapture(bool isNested, in addThisCapture() argument 1058 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, CaptureType, in addThisCapture()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolTypeTypedef.h | 34 FORWARD_SYMBOL_METHOD(isNested)
|
| H A D | PDBSymbolTypeEnum.h | 41 FORWARD_SYMBOL_METHOD(isNested)
|
| H A D | PDBSymbolTypeUDT.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;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeTypeEnum.h | 51 bool isNested() const override;
|
| H A D | NativeTypeUDT.h | 55 bool isNested() const override;
|
| H A D | NativeRawSymbol.h | 202 bool isNested() const override;
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/lit/ |
| H A D | TestRunner.py | 1476 def parseText(ln, isNested): argument 1480 '(.*?)(?:%if|%})' if isNested else '(.*?)(?:%if)').search(ln) 1488 def parseRecursive(ln, isNested): argument 1491 if isNested: 1499 branch_if, ln = parseRecursive(ln, isNested=True) 1507 branch_else, ln = parseRecursive(ln, isNested=True) 1519 text, ln = parseText(ln, isNested) 1524 result, ln = parseRecursive(ln, isNested=False)
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | ScopeInfo.cpp | 224 return !isNested() && isVariableCapture() && getVariable()->isInitCapture(); in isInitCapture()
|
| H A D | SemaExprCXX.cpp | 1375 bool isNested = NumCapturingClosures > 1; in CheckCXXThisCapture() local 1376 CSI->addThisCapture(isNested, Loc, CaptureType, ByCopy); in CheckCXXThisCapture()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 197 bool isNested() const override;
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 557 if (CGF.BlockInfo && CI.isNested()) in getCaptureFieldType() 935 if (BlockInfo && CI.isNested()) { in EmitBlockLiteral() 951 /*RefersToEnclosingVariableOrCapture*/ CI.isNested(), in EmitBlockLiteral() 964 if (CI.isNested()) in EmitBlockLiteral() 1025 /*RefersToEnclosingVariableOrCapture*/ CI.isNested(), in EmitBlockLiteral()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 179 attributeOnlyIfTrue("nested", C.isNested()); in Visit() 798 attributeOnlyIfTrue("isNested", ND->isNested()); in VisitNamespaceDecl()
|
| H A D | TextNodeDumper.cpp | 322 if (C.isNested()) in Visit() 1936 if (D->isNested()) in VisitNamespaceDecl()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 435 bool isNested() const { in isNested() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 245 if (access != lldb::eAccessNone || !udt.isNested()) in GetAccessibilityForUdt()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 1157 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Decl.h | 624 bool isNested() const { in isNested() function 4375 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 1222 if (capture.isNested()) flags |= 2; in VisitBlockDecl() 1268 Record.push_back(D->isNested()); in VisitNamespaceDecl()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 4499 if (variable == ND && CI.isNested()) { in SynthBlockInitExpr()
|