HomeSort by relevance Sort by last modified time
    Searched refs:PluginASTAction (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Frontend/
FrontendPluginRegistry.h 19 typedef llvm::Registry<PluginASTAction> FrontendPluginRegistry;
FrontendAction.h 12 /// abstract classes (clang::ASTFrontendAction, clang::PluginASTAction,
221 class PluginASTAction : public ASTFrontendAction {
  /external/clang/examples/PrintFunctionNames/
PrintFunctionNames.cpp 37 class PrintFunctionNamesAction : public PluginASTAction {
  /external/clang/lib/Frontend/
FrontendAction.cpp 150 OwningPtr<PluginASTAction> P(it->instantiate());
473 void PluginASTAction::anchor() { }
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 71 OwningPtr<PluginASTAction> P(it->instantiate());
  /external/v8/tools/gcmole/
gcmole.cc     [all...]

Completed in 458 milliseconds