Searched defs:LateParsedAttribute (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/clang/include/clang/Parse/ |
H A D | Parser.h | 952 struct LateParsedAttribute : public LateParsedDeclaration { struct 959 explicit LateParsedAttribute(Parser *P, IdentifierInfo &Name, in LateParsedAttribute() argument 969 class LateParsedAttrList: public SmallVector<LateParsedAttribute *, 2> { argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Parse/ |
D | Parser.h | 1335 struct LateParsedAttribute : public LateParsedDeclaration { struct 1343 explicit LateParsedAttribute(Parser *P, IdentifierInfo &Name, in LateParsedAttribute() argument 1349 void addDecl(Decl *D) { Decls.push_back(D); } in addDecl()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Parse/ |
D | Parser.h | 1335 struct LateParsedAttribute : public LateParsedDeclaration { struct 1343 explicit LateParsedAttribute(Parser *P, IdentifierInfo &Name, in LateParsedAttribute() argument 1349 void addDecl(Decl *D) { Decls.push_back(D); } in addDecl()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Parse/ |
D | Parser.h | 1312 struct LateParsedAttribute : public LateParsedDeclaration { struct 1320 explicit LateParsedAttribute(Parser *P, IdentifierInfo &Name, in LateParsedAttribute() argument 1326 void addDecl(Decl *D) { Decls.push_back(D); } in addDecl()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Parse/ |
D | Parser.h | 1361 struct LateParsedAttribute : public LateParsedDeclaration { struct 1369 explicit LateParsedAttribute(Parser *P, IdentifierInfo &Name, in LateParsedAttribute() function 1375 void addDecl(Decl *D) { Decls.push_back(D); } in addDecl()
|