OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:checkUnusedDeclAttributes
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp
8420
///
checkUnusedDeclAttributes
- Check a list of attributes to see if it
8422
static void
checkUnusedDeclAttributes
(Sema &S, const ParsedAttributesView &A) {
8440
///
checkUnusedDeclAttributes
- Given a declarator which is not being
8443
void Sema::
checkUnusedDeclAttributes
(Declarator &D) {
8444
::
checkUnusedDeclAttributes
(*this, D.getDeclSpec().getAttributes());
8445
::
checkUnusedDeclAttributes
(*this, D.getAttributes());
8447
::
checkUnusedDeclAttributes
(*this, D.getTypeObject(i).getAttrs());
Completed in 31 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026