reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaDecl.cpp
 6430   if (PD.getDeclSpec().getAttributes().hasAttribute(Kind))
tools/clang/lib/Sema/SemaDeclAttr.cpp
 7324   ::checkUnusedDeclAttributes(*this, D.getDeclSpec().getAttributes());
 7431   if (!PD.getDeclSpec().getAttributes().empty())
 7432     ProcessDeclAttributeList(S, D, PD.getDeclSpec().getAttributes());
tools/clang/lib/Sema/SemaDeclCXX.cpp
 3167       getMSPropertyAttr(D.getDeclSpec().getAttributes());
tools/clang/lib/Sema/SemaTemplate.cpp
 9545       ProcessDeclAttributeList(S, Prev, D.getDeclSpec().getAttributes());
 9627             IdentifyCUDATarget(D.getDeclSpec().getAttributes())) {
 9720   ProcessDeclAttributeList(S, Specialization, D.getDeclSpec().getAttributes());
tools/clang/lib/Sema/SemaType.cpp
 3512     for (const ParsedAttr &AL : D.getDeclSpec().getAttributes()) {
 4227                 hasCFReturnsAttr(D.getDeclSpec().getAttributes())) {
 4720           for (const ParsedAttr &AL : D.getDeclSpec().getAttributes()) {