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

Declarations

tools/clang/include/clang/Parse/Parser.h
 2478   void ParseGNUAttributes(ParsedAttributes &attrs,

References

tools/clang/include/clang/Parse/Parser.h
 2468       ParseGNUAttributes(attrs, &endLoc, LateAttrs, &D);
 2476       ParseGNUAttributes(attrs, endLoc, LateAttrs);
tools/clang/lib/Parse/ParseDecl.cpp
 3453       ParseGNUAttributes(DS.getAttributes(), nullptr, LateAttrs);
 5422         ParseGNUAttributes(DS.getAttributes());
 6132     ParseGNUAttributes(attrs);
tools/clang/lib/Parse/ParseDeclCXX.cpp
  118     ParseGNUAttributes(attrs);
  566     ParseGNUAttributes(attrs);
tools/clang/lib/Parse/ParseObjc.cpp
   35     ParseGNUAttributes(attrs);
tools/clang/lib/Parse/ParseStmt.cpp
  238     ParseGNUAttributes(Attrs);
  617     ParseGNUAttributes(TempAttrs);