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

References

gen/tools/clang/include/clang/Basic/AttrHasAttributeImpl.inc
   11 case AttrSyntax::GNU:
  354 case AttrSyntax::Declspec:
  390 case AttrSyntax::Microsoft:
  394 case AttrSyntax::Pragma:
  426 case AttrSyntax::CXX: {
  744 case AttrSyntax::C: {
tools/clang/include/clang/Basic/Attributes.h
   36 int hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope,
tools/clang/lib/Basic/Attributes.cpp
    8 int clang::hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope,
tools/clang/lib/Lex/PPMacroExpansion.cpp
 1665         return II ? hasAttribute(AttrSyntax::GNU, nullptr, II,
 1673         return II ? hasAttribute(AttrSyntax::Declspec, nullptr, II,
 1699           AttrSyntax Syntax = IsCXX ? AttrSyntax::CXX : AttrSyntax::C;
 1699           AttrSyntax Syntax = IsCXX ? AttrSyntax::CXX : AttrSyntax::C;
 1699           AttrSyntax Syntax = IsCXX ? AttrSyntax::CXX : AttrSyntax::C;
tools/clang/lib/Parse/ParseDecl.cpp
  522   if (!hasAttribute(AttrSyntax::Declspec, nullptr, AttrName,
tools/clang/lib/Parse/ParseDeclCXX.cpp
 3968   if (!hasAttribute(LO.CPlusPlus ? AttrSyntax::CXX : AttrSyntax::C, ScopeName,
 3968   if (!hasAttribute(LO.CPlusPlus ? AttrSyntax::CXX : AttrSyntax::C, ScopeName,