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.cpp3535 bool StartsWithDeclaratorId = true; in warnAboutRedundantParens() local
3543 StartsWithDeclaratorId = false; in warnAboutRedundantParens()
3557 StartsWithDeclaratorId = false; in warnAboutRedundantParens()
3575 StartsWithDeclaratorId = false; in warnAboutRedundantParens()
3600 if (StartsWithDeclaratorId && D.getCXXScopeSpec().isValid()) { in warnAboutRedundantParens()