HomeSort by relevance Sort by last modified time
    Searched refs:PluginASTAction (Results 1 - 10 of 10) 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,
229 class PluginASTAction : public ASTFrontendAction {
  /external/clang/examples/PrintFunctionNames/
PrintFunctionNames.cpp 37 class PrintFunctionNamesAction : public PluginASTAction {
  /external/chromium_org/ppapi/tests/clang/
find_affected_interfaces.cc 121 class FindAffectedInterfacesAction : public clang::PluginASTAction {
print_names_and_sizes.cc 147 class PrintNamesAndSizesAction : public clang::PluginASTAction {
  /external/clang/lib/Frontend/
FrontendAction.cpp 150 OwningPtr<PluginASTAction> P(it->instantiate());
479 void PluginASTAction::anchor() { }
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 73 OwningPtr<PluginASTAction> P(it->instantiate());
  /external/chromium_org/tools/clang/plugins/
FindBadConstructs.cpp 619 class FindBadConstructsAction : public PluginASTAction {
628 // Overridden from PluginASTAction:
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc     [all...]
  /external/v8/tools/gcmole/
gcmole.cc     [all...]

Completed in 288 milliseconds