/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InlineOrder.h | 61 PluginInlineOrderAnalysis(InlineOrderFactory Factory) : Factory(Factory) { in PluginInlineOrderAnalysis() argument 68 InlineOrderFactory Factory; global() member 79 InlineOrderFactory Factory; global() variable
|
H A D | InlineAdvisor.h | 298 Result run(Module &M, ModuleAnalysisManager &MAM) { return {Factory}; } in PluginInlineAdvisorAnalysis() argument 305 AdvisorFactory Factory; global() member
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | ClangTidyModule.cpp | 19 CheckFactory Factory) { in registerCheckFactory() 26 for (const auto &Factory : Factories) { in createChecks() local 38 for (const auto &Factory : Factories) { in createChecksForLanguage() local
|
H A D | ClangTidy.cpp | 507 ClangTidyASTConsumerFactory Factory(Context); in getCheckNames() local 523 ClangTidyASTConsumerFactory Factory(Context); in getCheckOptions() local 588 Action(ClangTidyASTConsumerFactory *Factory) : Factory(Factory) {} in runClangTidy() argument 595 ClangTidyASTConsumerFactory *Factory; in runClangTidy() member in clang::tidy::runClangTidy::ActionFactory::Action 601 ActionFactory Factory(Contex in runClangTidy() local 663 for (const auto &Factory : Factories) getAllChecksAndOptions() local 678 for (const auto &Factory : Factories) { getAllChecksAndOptions() local [all...] |
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | BlockCounter.h | 52 friend class Factory; variable
|
H A D | RangedConstraintManager.h | 123 Factory(BasicValueFactory &BV) : ValueFactory(BV) {} in Factory() function 401 friend class Factory; variable
|
/llvm-project/libcxx/test/libcxx/utilities/function.objects/ |
H A D | func.blocks.arc.pass.mm | 32 Foo Factory(std::size_t (^bl)()) { function
|
/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-graph-diff.h | 50 template <typename... Ts> Factory(Ts &... Args) : G{{Args...}} {} in Factory() function
|
/llvm-project/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersInternalTest.cpp | 211 std::unique_ptr<FrontendActionFactory> Factory( in TEST() local 233 std::unique_ptr<FrontendActionFactory> Factory( in TEST() local 259 std::unique_ptr<FrontendActionFactory> Factory( in TEST() local
|
/llvm-project/clang-tools-extra/clang-reorder-fields/tool/ |
H A D | ClangReorderFields.cpp | 68 auto Factory = tooling::newFrontendActionFactory(&Action); in main() local
|
/llvm-project/clang-tools-extra/clang-tidy/plugin/ |
H A D | ClangTidyPlugin.cpp | 48 ClangTidyASTConsumerFactory Factory(*Context); in CreateASTConsumer() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BlockCounter.cpp | 64 BlockCounter::Factory::Factory(llvm::BumpPtrAllocator& Alloc) { in Factory() function in BlockCounter::Factory
|
/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/tool/ |
H A D | FindAllSymbolsMain.cpp | 154 auto Factory = in main() local
|
/llvm-project/clang-tools-extra/pp-trace/ |
H A D | PPTrace.cpp | 158 PPTraceFrontendActionFactory Factory(Filters, Out.os()); in main() local
|
/llvm-project/clang-tools-extra/clang-change-namespace/tool/ |
H A D | ClangChangeNamespace.cpp | 123 std::unique_ptr<tooling::FrontendActionFactory> Factory = in main() local
|
/llvm-project/clang-tools-extra/clang-move/tool/ |
H A D | ClangMove.cpp | 137 move::ClangMoveActionFactory Factory(&Context, &Reporter); in main() local
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | ImmutableList.h | 68 using Factory = ImmutableListFactory<T>; variable
|
H A D | ImmutableSet.h | 48 using Factory = ImutAVLFactory<ImutInfo>; variable
|
/llvm-project/clang/unittests/AST/ |
H A D | DataCollectionTest.cpp | 78 std::unique_ptr<FrontendActionFactory> Factory( in hashStmt() local
|
/llvm-project/clang/tools/clang-rename/ |
H A D | ClangRename.cpp |
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | Background.h | 58 using Factory = llvm::unique_function<BackgroundIndexStorage *(PathRef)>; variable
|
/llvm-project/clang-tools-extra/unittests/clang-include-fixer/ |
H A D | IncludeFixerTest.cpp | 101 IncludeFixerActionFactory Factory(*SymbolIndexMgr, FixerContexts, "llvm"); in runIncludeFixer() local
|
/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
H A D | allocate_shared.lwg2070.pass.cpp | 72 class Factory { class
|
/llvm-project/clang/unittests/Tooling/ |
H A D | RefactoringCallbacksTest.cpp | 26 std::unique_ptr<tooling::FrontendActionFactory> Factory( in expectRewritten() local
|
/llvm-project/clang-tools-extra/include-cleaner/tool/ |
H A D | IncludeCleaner.cpp | 304 ActionFactory Factory(HeaderFilter); main() local
|