HomeSort by relevance Sort by last modified time
    Searched refs:ClangASTNodesEmitter (Results 1 - 2 of 2) sorted by null

  /external/clang/utils/TableGen/
Android.mk 4 ClangASTNodesEmitter.cpp \
ClangASTNodesEmitter.cpp 1 //=== ClangASTNodesEmitter.cpp - Generate Clang AST node tables -*- C++ -*-===//
22 /// ClangASTNodesEmitter - The top-level class emits .inc files containing
26 class ClangASTNodesEmitter {
56 explicit ClangASTNodesEmitter(RecordKeeper &R, const std::string &N,
72 std::pair<Record *, Record *> ClangASTNodesEmitter::EmitNode(
135 void ClangASTNodesEmitter::run(raw_ostream &OS) {
180 ClangASTNodesEmitter(RK, N, S).run(OS);

Completed in 634 milliseconds