OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FixItAction
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp
40
FixItAction
::
FixItAction
() {}
41
FixItAction
::~
FixItAction
() {}
43
ASTConsumer *
FixItAction
::CreateASTConsumer(CompilerInstance &CI,
87
bool
FixItAction
::BeginSourceFileAction(CompilerInstance &CI,
102
void
FixItAction
::EndSourceFileAction() {
/external/clang/include/clang/Rewrite/Frontend/
FrontendActions.h
29
class
FixItAction
: public ASTFrontendAction {
45
FixItAction
();
46
~
FixItAction
();
/external/clang/tools/clang-check/
ClangCheck.cpp
123
/// \brief Subclasses \c clang::
FixItAction
so that we can install the custom
125
class
FixItAction
: public clang::
FixItAction
{
218
FrontendFactory = newFrontendActionFactory<
FixItAction
>();
Completed in 46 milliseconds