Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h322 bool newDeclFound = false; in LoadExternalSpecializations() local
324 newDeclFound |= Sources[i]->LoadExternalSpecializations(D, OnlyPartial); in LoadExternalSpecializations()
325 return newDeclFound; in LoadExternalSpecializations()
331 bool newDeclFound = false; in LoadExternalSpecializations() local
333 newDeclFound |= Sources[i]->LoadExternalSpecializations(D, TemplateArgs); in LoadExternalSpecializations()
334 return newDeclFound; in LoadExternalSpecializations()