Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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.cpp156 dumpSymbolField(OS, "nested", isNested(), Indent); in dump()
315 bool NativeTypeEnum::isNested() const { in isNested() function in NativeTypeEnum
317 return UnmodifiedType->isNested(); in isNested()
H A DNativeRawSymbol.cpp623 bool NativeRawSymbol::isNested() const { in isNested() function in NativeRawSymbol
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h626 bool isNested() const { return Nested; } in isNested() function
698 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() argument
701 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc, in addCapture()
712 void addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType,
1052 inline void CapturingScopeInfo::addThisCapture(bool isNested, in addThisCapture() argument
1056 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, CaptureType, in addThisCapture()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeTypedef.h34 FORWARD_SYMBOL_METHOD(isNested)
H A DPDBSymbolTypeEnum.h41 FORWARD_SYMBOL_METHOD(isNested)
H A DPDBSymbolTypeUDT.h39 FORWARD_SYMBOL_METHOD(isNested)
H A DPDBSymbolTypeBaseClass.h39 FORWARD_SYMBOL_METHOD(isNested)
H A DIPDBRawSymbol.h224 virtual bool isNested() const = 0;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeEnum.h52 bool isNested() const override;
H A DNativeTypeUDT.h56 bool isNested() const override;
H A DNativeRawSymbol.h202 bool isNested() const override;
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DTestRunner.py1278 def parseText(ln, isNested): argument
1282 '(.*?)(?:%if|%})' if isNested else '(.*?)(?:%if)').search(ln)
1290 def parseRecursive(ln, isNested): argument
1293 if isNested:
1301 branch_if, ln = parseRecursive(ln, isNested=True)
1309 branch_else, ln = parseRecursive(ln, isNested=True)
1321 text, ln = parseText(ln, isNested)
1326 result, ln = parseRecursive(ln, isNested=False)
/llvm-project-15.0.7/clang/lib/Sema/
H A DScopeInfo.cpp223 return !isNested() && isVariableCapture() && getVariable()->isInitCapture(); in isInitCapture()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h197 bool isNested() const override;
/llvm-project-15.0.7/mlir/lib/Analysis/DataFlow/
H A DDeadCodeAnalysis.cpp136 if (symbol.isPublic() || (!allUsesVisible && symbol.isNested())) { in initializeSymbolCallables()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DSymbolInterfaces.td56 "bool", "isNested", (ins), [{}],
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBlocks.cpp559 if (CGF.BlockInfo && CI.isNested()) in getCaptureFieldType()
939 if (BlockInfo && CI.isNested()) { in EmitBlockLiteral()
955 /*RefersToEnclosingVariableOrCapture*/ CI.isNested(), in EmitBlockLiteral()
968 if (CI.isNested()) in EmitBlockLiteral()
1029 /*RefersToEnclosingVariableOrCapture*/ CI.isNested(), in EmitBlockLiteral()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp372 MOCK_SYMBOL_ACCESSOR(isNested)
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h435 bool isNested() const { in isNested() function
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp237 if (access != lldb::eAccessNone || !udt.isNested()) in GetAccessibilityForUdt()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1157 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
/llvm-project-15.0.7/clang/lib/AST/
H A DJSONNodeDumper.cpp178 attributeOnlyIfTrue("nested", C.isNested()); in Visit()
H A DTextNodeDumper.cpp322 if (C.isNested()) in Visit()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h4262 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function

12