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

/external/clang/include/clang/Parse/
H A DParser.h794 struct LateParsedAttribute : public LateParsedDeclaration { struct in class:clang::Parser
801 explicit LateParsedAttribute(Parser *P, IdentifierInfo &Name, function in struct:clang::Parser::LateParsedAttribute
811 typedef llvm::SmallVector<LateParsedAttribute*, 2> LateParsedAttrList;
1171 void ParseLexedAttribute(LateParsedAttribute &LA,
/external/clang/lib/Parse/
H A DParseDecl.cpp138 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,

Completed in 27 milliseconds