Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallDescription.cpp88 const auto FindNextNamespaceOrRecord = in matchQualifiedNameParts() local
100 const DeclContext *Ctx = FindNextNamespaceOrRecord(D->getDeclContext()); in matchQualifiedNameParts()
102 Ctx = FindNextNamespaceOrRecord(Ctx->getParent())) { in matchQualifiedNameParts()