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

/external/clang/include/clang/Parse/
H A DParser.h919 struct LateParsedAttribute : public LateParsedDeclaration { struct in class:clang::Parser
926 explicit LateParsedAttribute(Parser *P, IdentifierInfo &Name, function in struct:clang::Parser::LateParsedAttribute
936 class LateParsedAttrList: public SmallVector<LateParsedAttribute *, 2> {
1185 void ParseLexedAttribute(LateParsedAttribute &LA,

Completed in 137 milliseconds