Home
last modified time | relevance | path

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