Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSema.cpp898 for (auto &WeakID : WeakIDs) in LoadExternalWeakUndeclaredIdentifiers() local
899 WeakUndeclaredIdentifiers.insert(WeakID); in LoadExternalWeakUndeclaredIdentifiers()
1150 for (auto WeakID : WeakUndeclaredIdentifiers) { in ActOnEndOfTranslationUnit() local
1151 if (WeakID.second.getUsed()) in ActOnEndOfTranslationUnit()
1154 Decl *PrevDecl = LookupSingleName(TUScope, WeakID.first, SourceLocation(), in ActOnEndOfTranslationUnit()
1158 Diag(WeakID.second.getLocation(), diag::warn_attribute_wrong_decl_type) in ActOnEndOfTranslationUnit()
1161 Diag(WeakID.second.getLocation(), diag::warn_weak_identifier_undeclared) in ActOnEndOfTranslationUnit()
1162 << WeakID.first; in ActOnEndOfTranslationUnit()