Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3592 bool StartsWithDeclaratorId = true; in warnAboutRedundantParens() local
3600 StartsWithDeclaratorId = false; in warnAboutRedundantParens()
3614 StartsWithDeclaratorId = false; in warnAboutRedundantParens()
3632 StartsWithDeclaratorId = false; in warnAboutRedundantParens()
3657 if (StartsWithDeclaratorId && D.getCXXScopeSpec().isValid()) { in warnAboutRedundantParens()