Home
last modified time | relevance | path

Searched refs:NestedType (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/clang/test/Index/Core/
H A Dindex-instantiated-source.cpp29 struct NestedType { struct in TemplateClass
69 TemplateClass<int, float>::NestedType nestedSubType; in canonicalizeInstaniationReferences()
75 TT::NestedType::SubNestedType subNestedType(0); in canonicalizeInstaniationReferences()
79 TT::NestedType::TypeAlias nestedTypeAlias; in canonicalizeInstaniationReferences()
81 TT::NestedType::Typedef nestedTypedef; in canonicalizeInstaniationReferences()
84 TT::NestedType::Enum nestedEnum; in canonicalizeInstaniationReferences()
86 (void)TT::NestedType::Enum::EnumCase; in canonicalizeInstaniationReferences()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp158 QualType NestedType = Visit(LI.getLoc()); in VisitNonLocLocAsInteger() local
159 if (NestedType.isNull()) in VisitNonLocLocAsInteger()
160 return NestedType; in VisitNonLocLocAsInteger()
163 NestedType->isSignedIntegerType()); in VisitNonLocLocAsInteger()
/llvm-project-15.0.7/lld/test/COFF/Inputs/
H A Dpdb-type-server-guid-collision-b-pdb.yaml158 NestedType:
359 NestedType:
465 NestedType:
575 NestedType:
789 NestedType:
874 NestedType:
978 NestedType:
982 NestedType:
H A Dpdb-type-server-guid-collision-a-pdb.yaml130 NestedType:
331 NestedType:
437 NestedType:
547 NestedType:
761 NestedType:
846 NestedType:
950 NestedType:
954 NestedType:
H A Dpdb-file-statics-b.yaml273 NestedType:
484 NestedType:
600 NestedType:
720 NestedType:
944 NestedType:
1039 NestedType:
1175 NestedType:
1179 NestedType:
H A Dpdb-file-statics-a.yaml298 NestedType:
509 NestedType:
625 NestedType:
745 NestedType:
969 NestedType:
1064 NestedType:
1200 NestedType:
1204 NestedType:
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dnested-types.ll116 ; CHECK-NEXT: NestedType {
121 ; CHECK-NEXT: NestedType {
126 ; CHECK-NEXT: NestedType {
131 ; CHECK-NEXT: NestedType {
H A Dtypes-nested-class.ll44 ; CHECK: NestedType {
/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp276 static NestedTypeRecord NestedType(TypeIndex(54), "MyClass"); variable
495 writeFieldList(NestedType); in TEST_F()
496 checkTypeReferences(0, NestedType.Type); in TEST_F()
527 NestedType, StaticDataMember, VirtualBaseClass, VFPtr, in TEST_F()
532 OneMethod.T1, OneMethod.T2, OneMethod.T3, OneMethod.T4, NestedType.Type, in TEST_F()
/llvm-project-15.0.7/lld/test/COFF/
H A Dpdb-heapsite.yaml443 NestedType:
654 NestedType:
770 NestedType:
890 NestedType:
1114 NestedType:
1209 NestedType:
1345 NestedType:
1349 NestedType:
H A Dpdb-thunk.yaml1118 NestedType:
1329 NestedType:
1445 NestedType:
1565 NestedType:
1789 NestedType:
1884 NestedType:
2020 NestedType:
2024 NestedType:
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/
H A Dpdbdump-yaml-types.test112 YAML: NestedType:
229 YAML: NestedType:
335 YAML: NestedType:
438 YAML: NestedType:
442 YAML: NestedType:
595 YAML: NestedType:
893 YAML: NestedType:
978 YAML: NestedType:
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Dcodeview-types.test38 // CHECK-DAG: {{^ *NestedType {$}}
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-type.yaml137 NestedType:
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewTypes.def72 MEMBER_RECORD(LF_NESTTYPE, 0x1510, NestedType)
H A DTypeRecord.h375 : TypeRecord(TypeRecordKind::NestedType), Type(Type), Name(Name) {} in NestedTypeRecord()
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DDIEHashTest.cpp542 TEST_F(DIEHashTest, NestedType) { in TEST_F() argument