Home
last modified time | relevance | path

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

/external/clang/include/clang/Parse/
DParser.h919 struct LateParsedAttribute : public LateParsedDeclaration { struct
926 explicit LateParsedAttribute(Parser *P, IdentifierInfo &Name, in LateParsedAttribute() argument
936 class LateParsedAttrList: public SmallVector<LateParsedAttribute *, 2> { argument