Home
last modified time | relevance | path

Searched refs:diag_ (Results 1 – 4 of 4) sorted by relevance

/external/bcc/src/cc/frontends/clang/
Dtp_frontend_action.h54 clang::DiagnosticsEngine &diag_; variable
Dtp_frontend_action.cc49 : C(C), diag_(C.getDiagnostics()), rewriter_(rewriter), out_(llvm::errs()) { in TracepointTypeVisitor()
Db_frontend_action.h84 clang::DiagnosticsEngine &diag_; variable
Db_frontend_action.cc616 : C(C), diag_(C.getDiagnostics()), fe_(fe), rewriter_(fe.rewriter()), out_(llvm::errs()) {} in BTypeVisitor()