OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindBadConstructsAction
(Results
1 - 2
of
2
) sorted by null
/external/v8/tools/clang/plugins/
FindBadConstructsAction.h
14
class
FindBadConstructsAction
: public clang::PluginASTAction {
16
FindBadConstructsAction
();
FindBadConstructsAction.cpp
5
#include "
FindBadConstructsAction
.h"
33
FindBadConstructsAction
::
FindBadConstructsAction
() {
36
std::unique_ptr<ASTConsumer>
FindBadConstructsAction
::CreateASTConsumer(
42
bool
FindBadConstructsAction
::ParseArgs(const CompilerInstance& instance,
69
static FrontendPluginRegistry::Add<chrome_checker::
FindBadConstructsAction
> X(
Completed in 218 milliseconds