Home
last modified time | relevance | path

Searched defs:LateParsedAttribute (Results 1 – 2 of 2) 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
/external/llvm-project/clang/include/clang/Parse/
DParser.h1275 struct LateParsedAttribute : public LateParsedDeclaration { struct
1283 explicit LateParsedAttribute(Parser *P, IdentifierInfo &Name, in LateParsedAttribute() argument
1289 void addDecl(Decl *D) { Decls.push_back(D); } in addDecl()