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

  /external/clang/unittests/AST/
DeclTest.cpp 24 newFrontendActionFactory(&Finder));
ASTContextParentMapTest.cpp 24 using clang::tooling::newFrontendActionFactory;
StmtPrinterTest.cpp 76 OwningPtr<FrontendActionFactory> Factory(newFrontendActionFactory(&Finder));
MatchVerifier.h 83 tooling::newFrontendActionFactory(&Finder));
DeclPrinterTest.cpp 77 OwningPtr<FrontendActionFactory> Factory(newFrontendActionFactory(&Finder));
    [all...]
  /external/clang/unittests/Tooling/
ToolingTest.cpp 100 TEST(newFrontendActionFactory, CreatesFrontendActionFactoryFromType) {
102 newFrontendActionFactory<SyntaxOnlyAction>());
113 TEST(newFrontendActionFactory, CreatesFrontendActionFactoryFromFactoryType) {
116 newFrontendActionFactory(&Creator));
153 TEST(newFrontendActionFactory, InjectsSourceFileCallbacks) {
165 Tool.run(newFrontendActionFactory(&EndCallback, &EndCallback));
224 Tool.run(newFrontendActionFactory<SyntaxOnlyAction>());
232 Tool.run(newFrontendActionFactory<SyntaxOnlyAction>());
RefactoringCallbacksTest.cpp 29 tooling::newFrontendActionFactory(&Finder));
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 20 using clang::tooling::newFrontendActionFactory;
60 OwningPtr<FrontendActionFactory> Factory(newFrontendActionFactory(&Finder));
97 OwningPtr<FrontendActionFactory> Factory(newFrontendActionFactory(&Finder));
ASTMatchersTest.cpp     [all...]
  /external/clang/include/clang/Tooling/
Tooling.h 73 /// newFrontendActionFactory<clang::SyntaxOnlyAction>();
75 FrontendActionFactory *newFrontendActionFactory();
79 /// newFrontendActionFactory.
105 /// newFrontendActionFactory(&Factory);
107 inline FrontendActionFactory *newFrontendActionFactory(
240 FrontendActionFactory *newFrontendActionFactory() {
250 inline FrontendActionFactory *newFrontendActionFactory(
  /external/clang/tools/clang-check/
ClangCheck.cpp 216 FrontendFactory = newFrontendActionFactory<clang::ento::AnalysisAction>();
218 FrontendFactory = newFrontendActionFactory<FixItAction>();
220 FrontendFactory = newFrontendActionFactory(&CheckFactory);
  /external/chromium_org/tools/clang/rewrite_scoped_array/
RewriteScopedArray.cpp 82 tool.run(clang::tooling::newFrontendActionFactory(&match_finder));
  /external/chromium_org/tools/clang/empty_string/
EmptyStringConverter.cpp 183 tool.run(clang::tooling::newFrontendActionFactory(&match_finder));
  /external/chromium_org/tools/clang/rewrite_scoped_ptr_ctor_null/
RewriteScopedPtrCtorNull.cpp 180 tool.run(clang::tooling::newFrontendActionFactory(&match_finder));

Completed in 548 milliseconds