Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DSerialize.cpp217 static RecordDecl *getDeclForType(const QualType &T) { in getDeclForType() function
279 if (const auto *T = getDeclForType(F->getTypeSourceInfo()->getType())) { in parseFields()
309 if (const auto *T = getDeclForType(P->getOriginalType())) { in parseParameters()
340 } else if (const RecordDecl *P = getDeclForType(B.getType())) in parseBases()
347 if (const auto *P = getDeclForType(B.getType())) in parseBases()
421 if (const auto *T = getDeclForType(D->getReturnType())) { in populateFunctionInfo()