Home
last modified time | relevance | path

Searched defs:NestedType (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/test/Index/Core/
H A Dindex-instantiated-source.cpp29 struct NestedType { struct in TemplateClass
32 T nestedField;
35 class SubNestedType {
40 using TypeAlias = T;
43 typedef int Typedef;
46 enum Enum {
/llvm-project/llvm/unittests/DebugInfo/LogicalView/
H A DLogicalElementsTest.cpp35 LVType *NestedType = nullptr; member in __anonb3007c9e0111::ReaderTestElements
H A DCompareElementsTest.cpp40 LVType *NestedType = nullptr; member in __anon8e4c552a0111::ReaderTestCompare
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp152 QualType NestedType = Visit(LI.getLoc()); in VisitLocAsInteger() local
/llvm-project/llvm/unittests/CodeGen/
H A DDIEHashTest.cpp542 TEST_F(DIEHashTest, NestedType) { in TEST_F() argument
/llvm-project/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp276 static NestedTypeRecord NestedType(TypeIndex(54), "MyClass"); variable
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2726 LVElement *NestedType = getElement(StreamTPI, Nested.getNestedType()); visitKnownMember() local