Home
last modified time | relevance | path

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

/external/clang/include/clang/Parse/
DParser.h930 struct LateParsedAttribute : public LateParsedDeclaration { struct
937 explicit LateParsedAttribute(Parser *P, IdentifierInfo &Name, in LateParsedAttribute() argument
947 class LateParsedAttrList: public SmallVector<LateParsedAttribute *, 2> { argument
1196 void ParseLexedAttribute(LateParsedAttribute &LA,
/external/clang/lib/Parse/
DParseDecl.cpp169 LateParsedAttribute *LA = in ParseGNUAttributes()
170 new LateParsedAttribute(this, *AttrName, AttrNameLoc); in ParseGNUAttributes()
1121 void Parser::LateParsedAttribute::ParseLexedAttributes() { in ParseLexedAttributes()
1176 void Parser::ParseLexedAttribute(LateParsedAttribute &LA, in ParseLexedAttribute()