HomeSort by relevance Sort by last modified time
    Searched refs:LateParsedAttribute (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Parse/
Parser.h 794 struct LateParsedAttribute : public LateParsedDeclaration {
801 explicit LateParsedAttribute(Parser *P, IdentifierInfo &Name,
811 typedef llvm::SmallVector<LateParsedAttribute*, 2> LateParsedAttrList;
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 138 LateParsedAttribute *LA =
139 new LateParsedAttribute(this, *AttrName, AttrNameLoc);
717 void Parser::LateParsedAttribute::ParseLexedAttributes() {
772 /// for each LateParsedAttribute. We consume the saved tokens and
775 void Parser::ParseLexedAttribute(LateParsedAttribute &LA,
    [all...]

Completed in 61 milliseconds