Home
last modified time | relevance | path

Searched defs:Child1 (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/ASTMerge/class-template-partial-spec/Inputs/
H A Dclass-template-partial-spec2.cpp67 struct Child1: public Two::Three::Parent<unsigned> { struct
72 struct Child1<T, One::Two::Three::Parent<T>> { struct
78 namespace Dst { One::Child1<double, One::Two::Three::Parent<double>> Z0Dst; }
H A Dclass-template-partial-spec1.cpp76 struct Child1: public Two::Three::Parent<unsigned> { struct
81 struct Child1<T, One::Two::Three::Parent<T>> { struct
87 One::Child1<int, double> Z0Source;
/llvm-project/clang-tools-extra/clangd/unittests/
H A DTypeHierarchyTests.cpp270 const CXXRecordDecl *Child1 = in TEST() local
161 const CXXRecordDecl *Child1 = TEST() local
324 const CXXRecordDecl *Child1 = TEST() local
691 SymbolID Child1 = findSymbolIDByName(Index.get(), "Child1"); TEST() local
[all...]
H A DDexTests.cpp746 auto Child1 = symbol("Child1"); TEST() local
/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp255 std::optional<TypeSourceInfo *> Child1 = std::get<0>(Pair); in IsStmtEquivalent() local
338 std::optional<TypeSourceInfo *> Child1 = std::get<0>(Pair); in IsStmtEquivalent() local
520 std::optional<const Stmt *> Child1 = std::get<0>(Pair); in IsStructurallyEquivalent() local