Home
last modified time | relevance | path

Searched refs:LateParsedAttribute (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Parse/
DParser.h952 struct LateParsedAttribute : public LateParsedDeclaration { struct
959 explicit LateParsedAttribute(Parser *P, IdentifierInfo &Name, in LateParsedAttribute() argument
969 class LateParsedAttrList: public SmallVector<LateParsedAttribute *, 2> { argument
1218 void ParseLexedAttribute(LateParsedAttribute &LA,
/external/clang/lib/Parse/
DParseDecl.cpp170 LateParsedAttribute *LA = in ParseGNUAttributes()
171 new LateParsedAttribute(this, *AttrName, AttrNameLoc); in ParseGNUAttributes()
1152 void Parser::LateParsedAttribute::ParseLexedAttributes() { in ParseLexedAttributes()
1207 void Parser::ParseLexedAttribute(LateParsedAttribute &LA, in ParseLexedAttribute()