Searched refs:ClangASTNodesEmitter (Results 1 - 2 of 2) sorted by relevance

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

Completed in 101 milliseconds