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

  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 2666 void ParseAttributes(unsigned WhichAttrKinds,
2670 void ParseAttributes(unsigned WhichAttrKinds, ParsedAttributes &Attrs,
2674 ParseAttributes(WhichAttrKinds, AttrsWithRange, End, LateAttrs);
2685 ParseAttributes(WhichAttrKinds, Attrs, End, LateAttrs);
2695 ParseAttributes(WhichAttrKinds, Attrs, End, LateAttrs);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 106 void Parser::ParseAttributes(unsigned WhichAttrKinds,
3553 ParseAttributes(PAKM_GNU | PAKM_Declspec, DS.getAttributes(), nullptr,

Completed in 41 milliseconds