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

  /external/clang/unittests/AST/
DeclTest.cpp 23 llvm::OwningPtr<FrontendActionFactory> Factory(
ASTContextParentMapTest.cpp 26 using clang::tooling::FrontendActionFactory;
StmtPrinterTest.cpp 76 OwningPtr<FrontendActionFactory> Factory(newFrontendActionFactory(&Finder));
MatchVerifier.h 82 OwningPtr<tooling::FrontendActionFactory> Factory(
DeclPrinterTest.cpp 77 OwningPtr<FrontendActionFactory> Factory(newFrontendActionFactory(&Finder));
    [all...]
  /external/clang/include/clang/Tooling/
Tooling.h 57 class FrontendActionFactory {
59 virtual ~FrontendActionFactory();
67 /// \brief Returns a new FrontendActionFactory for a given type.
72 /// FrontendActionFactory *Factory =
75 FrontendActionFactory *newFrontendActionFactory();
95 /// \brief Returns a new FrontendActionFactory for any type that provides an
104 /// FrontendActionFactory *FactoryAdapter =
107 inline FrontendActionFactory *newFrontendActionFactory(
221 virtual int run(FrontendActionFactory *ActionFactory);
240 FrontendActionFactory *newFrontendActionFactory()
    [all...]
Refactoring.h 177 int runAndSave(FrontendActionFactory *ActionFactory);
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 22 using clang::tooling::FrontendActionFactory;
60 OwningPtr<FrontendActionFactory> Factory(newFrontendActionFactory(&Finder));
97 OwningPtr<FrontendActionFactory> Factory(newFrontendActionFactory(&Finder));
ASTMatchersTest.cpp     [all...]
  /external/clang/lib/Tooling/
Tooling.cpp 41 FrontendActionFactory::~FrontendActionFactory() {}
284 int ClangTool::run(FrontendActionFactory *ActionFactory) {
Refactoring.cpp 188 int RefactoringTool::runAndSave(FrontendActionFactory *ActionFactory) {
  /external/clang/unittests/Tooling/
RefactoringCallbacksTest.cpp 28 OwningPtr<tooling::FrontendActionFactory> Factory(
ToolingTest.cpp 101 OwningPtr<FrontendActionFactory> Factory(
115 OwningPtr<FrontendActionFactory> Factory(
  /external/clang/tools/clang-check/
ClangCheck.cpp 212 FrontendActionFactory *FrontendFactory;

Completed in 2247 milliseconds