Searched defs:LateParsedAttribute (Results 1 - 1 of 1) 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,

Completed in 892 milliseconds