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

References

tools/clang/include/clang/Sema/DeclSpec.h
 2436       if (AL.isCXX11Attribute())
tools/clang/lib/Parse/ParseDecl.cpp
 1543   if (OnDefinition && !Attrs.empty() && !Attrs.begin()->isCXX11Attribute() &&
 1689     if (!AL.isCXX11Attribute() && !AL.isC2xAttribute())
tools/clang/lib/Parse/ParseDeclCXX.cpp
 2349         if (AL.isKnownToGCC() && !AL.isCXX11Attribute())
tools/clang/lib/Parse/Parser.cpp
 1176       if (AL.isKnownToGCC() && !AL.isCXX11Attribute())
tools/clang/lib/Sema/SemaDeclAttr.cpp
 2007       S.Diag(AL.getLoc(), AL.isCXX11Attribute()
 2089   bool IsCXX17Attr = AL.isCXX11Attribute() && !AL.getScopeName();
 2738   if ((AL.isCXX11Attribute() || AL.isC2xAttribute()) && !AL.getScopeName()) {
 6139   if (AL.isDeclspecAttribute() || AL.isCXX11Attribute())
 6145   if (!S.getLangOpts().CPlusPlus14 && AL.isCXX11Attribute() && !AL.isGNUScope())
 6205   if (AL.isC2xAttribute() || AL.isCXX11Attribute())
 6454   if (AL.isCXX11Attribute() && !IncludeCXX11Attributes)
 7291       ProcessDeclAttribute(*this, nullptr, ASDecl, AL, AL.isCXX11Attribute());
tools/clang/lib/Sema/SemaStmtAttr.cpp
   45   if (!S.getLangOpts().CPlusPlus17 && A.isCXX11Attribute() &&
tools/clang/lib/Sema/SemaType.cpp
  632   if (attr.isCXX11Attribute()) {
  687     if (attr.isCXX11Attribute())
 7531     if (attr.isCXX11Attribute()) {
 7561       if (attr.isCXX11Attribute() && TAL == TAL_DeclChunk) {
 7569       if (attr.isCXX11Attribute() && TAL == TAL_DeclChunk)