Home
last modified time | relevance | path

Searched defs:Factory (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBlockCounter.h52 friend class Factory; variable
H A DRangedConstraintManager.h123 Factory(BasicValueFactory &BV) : ValueFactory(BV) {} in Factory() function
401 friend class Factory; variable
/openbsd-src/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-graph-diff.h51 template <typename... Ts> Factory(Ts &... Args) : G{{Args...}} {} in Factory() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h299 PluginInlineAdvisorAnalysis(AdvisorFactory Factory) : Factory(Factory) { in PluginInlineAdvisorAnalysis()
306 AdvisorFactory Factory; member
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp64 BlockCounter::Factory::Factory(llvm::BumpPtrAllocator& Alloc) { in Factory() function in BlockCounter::Factory
/openbsd-src/gnu/llvm/clang/tools/clang-rename/
H A DClangRename.cpp186 std::unique_ptr<tooling::FrontendActionFactory> Factory = in main() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DImmutableList.h68 using Factory = ImmutableListFactory<T>; variable
H A DImmutableSet.h48 using Factory = ImutAVLFactory<ImutInfo>; variable
H A DImmutableMap.h216 FactoryTy *Factory; variable
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderInternals.h202 SmallVector<ObjCMethodDecl *, 2> Factory; member
H A DASTWriter.cpp3208 ObjCMethodList Instance, Factory; member
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h800 friend class Factory; variable
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DParsedAttr.h795 AttributeFactory &Factory; variable