Home
last modified time | relevance | path

Searched defs:SubTypes (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DAnalysis.cpp432 static bool advanceToNextLeafType(SmallVectorImpl<Type *> &SubTypes, in advanceToNextLeafType()
473 static bool firstRealType(Type *Next, SmallVectorImpl<Type *> &SubTypes, in firstRealType()
502 static bool nextRealType(SmallVectorImpl<Type *> &SubTypes, in nextRealType()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DTypeHierarchyTests.cpp758 TEST(Standard, SubTypes) { in TEST() argument
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DXRefs.cpp1690 std::vector<TypeHierarchyItem> &SubTypes, in fillSubTypes()