Searched defs:ShouldWarnIfUnusedFileScopedDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDecl.cpp1176 bool Sema::ShouldWarnIfUnusedFileScopedDecl(const DeclaratorDecl *D) const { function in class:Sema
1231 if (FD != First && ShouldWarnIfUnusedFileScopedDecl(First))
1237 if (VD != First && ShouldWarnIfUnusedFileScopedDecl(First))
1241 if (ShouldWarnIfUnusedFileScopedDecl(D))

Completed in 73 milliseconds