OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RewriteObjCAction
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Rewrite/Frontend/
FrontendActions.h
60
class
RewriteObjCAction
: public ASTFrontendAction {
/external/clang/lib/Frontend/Rewrite/
FrontendActions.cpp
153
RewriteObjCAction
::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
/external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp
90
case RewriteObjC: return new
RewriteObjCAction
();
Completed in 62 milliseconds