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

References

tools/clang/include/clang/Basic/AttributeCommonInfo.h
  127   Syntax getSyntax() const { return Syntax(SyntaxUsed); }
  137   bool isDeclspecAttribute() const { return SyntaxUsed == AS_Declspec; }
  138   bool isMicrosoftAttribute() const { return SyntaxUsed == AS_Microsoft; }
  148     return SyntaxUsed == AS_CXX11 || isAlignasAttribute();
  151   bool isC2xAttribute() const { return SyntaxUsed == AS_C2x; }
  154     return SyntaxUsed == AS_Keyword || SyntaxUsed == AS_ContextSensitiveKeyword;
  154     return SyntaxUsed == AS_Keyword || SyntaxUsed == AS_ContextSensitiveKeyword;
  158     return SyntaxUsed == AS_ContextSensitiveKeyword;