Home
last modified time | relevance | path

Searched refs:BTypeConsumer (Results 1 – 2 of 2) sorted by relevance

/external/bcc/src/cc/frontends/clang/
Db_frontend_action.h135 class BTypeConsumer : public clang::ASTConsumer {
137 explicit BTypeConsumer(clang::ASTContext &C, BFrontendAction &fe,
Db_frontend_action.cc1263 BTypeConsumer::BTypeConsumer(ASTContext &C, BFrontendAction &fe, in BTypeConsumer() function in ebpf::BTypeConsumer
1271 void BTypeConsumer::HandleTranslationUnit(ASTContext &Context) { in HandleTranslationUnit()
1420 …consumers.push_back(unique_ptr<ASTConsumer>(new BTypeConsumer(Compiler.getASTContext(), *this, *re… in CreateASTConsumer()