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

/external/clang/lib/Sema/
H A DSemaDecl.cpp1314 bool Sema::ShouldWarnIfUnusedFileScopedDecl(const DeclaratorDecl *D) const { function in class:Sema
1371 if (FD != First && ShouldWarnIfUnusedFileScopedDecl(First))
1377 if (VD != First && ShouldWarnIfUnusedFileScopedDecl(First))
1381 if (ShouldWarnIfUnusedFileScopedDecl(D))

Completed in 144 milliseconds