HomeSort by: relevance | last modified time | path
    Searched refs:ParseGNUAttributes (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 1315 // A list of late-parsed attributes. Used by ParseGNUAttributes.
2706 ParseGNUAttributes(attrs, &endLoc, LateAttrs, &D);
2721 ParseGNUAttributes(Attrs, EndLoc, LateAttrs);
2732 ParseGNUAttributes(Attrs, EndLoc, LateAttrs);
2743 void ParseGNUAttributes(ParsedAttributes &Attrs,
2748 ParseGNUAttributes(AttrsWithRange, EndLoc, LateAttrs, D);
2752 void ParseGNUAttributes(ParsedAttributesWithRange &Attrs,
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmt.cpp 248 ParseGNUAttributes(Attrs);
640 ParseGNUAttributes(TempAttrs);
ParseDeclCXX.cpp 118 ParseGNUAttributes(attrs);
570 ParseGNUAttributes(attrs);
ParseDecl.cpp 124 /// ParseGNUAttributes - Parse a non-empty attributes list.
165 void Parser::ParseGNUAttributes(ParsedAttributesWithRange &Attrs,
5613 ParseGNUAttributes(DS.getAttributes());
6345 ParseGNUAttributes(attrs);
ParseObjc.cpp 36 ParseGNUAttributes(attrs);

Completed in 44 milliseconds