diff options
Diffstat (limited to 'contrib/llvm/tools/clang/utils/TableGen/TableGenBackends.h')
-rw-r--r-- | contrib/llvm/tools/clang/utils/TableGen/TableGenBackends.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/contrib/llvm/tools/clang/utils/TableGen/TableGenBackends.h b/contrib/llvm/tools/clang/utils/TableGen/TableGenBackends.h index 8904287..78745f1 100644 --- a/contrib/llvm/tools/clang/utils/TableGen/TableGenBackends.h +++ b/contrib/llvm/tools/clang/utils/TableGen/TableGenBackends.h @@ -29,16 +29,15 @@ void EmitClangDeclContext(RecordKeeper &RK, raw_ostream &OS); void EmitClangASTNodes(RecordKeeper &RK, raw_ostream &OS, const std::string &N, const std::string &S); +void EmitClangAttrParserStringSwitches(RecordKeeper &Records, raw_ostream &OS); void EmitClangAttrClass(RecordKeeper &Records, raw_ostream &OS); -void EmitClangAttrIdentifierArgList(RecordKeeper &Records, raw_ostream &OS); -void EmitClangAttrTypeArgList(RecordKeeper &Records, raw_ostream &OS); void EmitClangAttrImpl(RecordKeeper &Records, raw_ostream &OS); void EmitClangAttrList(RecordKeeper &Records, raw_ostream &OS); void EmitClangAttrPCHRead(RecordKeeper &Records, raw_ostream &OS); void EmitClangAttrPCHWrite(RecordKeeper &Records, raw_ostream &OS); -void EmitClangAttrSpellingList(RecordKeeper &Records, raw_ostream &OS); +void EmitClangAttrHasAttrImpl(RecordKeeper &Records, raw_ostream &OS); void EmitClangAttrSpellingListIndex(RecordKeeper &Records, raw_ostream &OS); -void EmitClangAttrLateParsedList(RecordKeeper &Records, raw_ostream &OS); +void EmitClangAttrASTVisitor(RecordKeeper &Records, raw_ostream &OS); void EmitClangAttrTemplateInstantiate(RecordKeeper &Records, raw_ostream &OS); void EmitClangAttrParsedAttrList(RecordKeeper &Records, raw_ostream &OS); void EmitClangAttrParsedAttrImpl(RecordKeeper &Records, raw_ostream &OS); @@ -62,5 +61,10 @@ void EmitClangCommentCommandList(RecordKeeper &Records, raw_ostream &OS); void EmitNeon(RecordKeeper &Records, raw_ostream &OS); void EmitNeonSema(RecordKeeper &Records, raw_ostream &OS); void EmitNeonTest(RecordKeeper &Records, raw_ostream &OS); +void EmitNeon2(RecordKeeper &Records, raw_ostream &OS); +void EmitNeonSema2(RecordKeeper &Records, raw_ostream &OS); +void EmitNeonTest2(RecordKeeper &Records, raw_ostream &OS); + +void EmitClangAttrDocs(RecordKeeper &Records, raw_ostream &OS); } // end namespace clang |