Home
last modified time | relevance | path

Searched refs:Creator (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeProperties.td68 def : Creator<[{
75 def : Creator<[{
88 def : Creator<[{
113 def : Creator<[{
121 def : Creator<[{
138 def : Creator<[{
157 def : Creator<[{
176 def : Creator<[{
195 def : Creator<[{
206 def : Creator<[{
[all …]
H A DPropertiesBase.td278 def : Creator<[{
291 def : Creator<[{
320 def : Creator<[{
337 def : Creator<[{
365 def : Creator<[{
393 def : Creator<[{
410 def : Creator<[{
421 def : Creator<[{
435 def : Creator<[{
516 def : Creator<[{
[all …]
/llvm-project-15.0.7/llvm/lib/Support/
H A DManagedStatic.cpp27 void ManagedStaticBase::RegisterManagedStatic(void *(*Creator)(), in RegisterManagedStatic() argument
29 assert(Creator); in RegisterManagedStatic()
34 void *Tmp = Creator(); in RegisterManagedStatic()
46 Ptr = Creator(); in RegisterManagedStatic()
H A DParallel.cpp82 struct Creator { struct in llvm::parallel::detail::__anond7d369990111::ThreadPoolExecutor
139 static ManagedStatic<ThreadPoolExecutor, ThreadPoolExecutor::Creator, in getDefaultExecutor()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DManagedStatic.h81 template <class C, class Creator = object_creator<C>,
89 RegisterManagedStatic(Creator::call, Deleter::call);
99 RegisterManagedStatic(Creator::call, Deleter::call);
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterFixtures.cpp47 TUDecl(Unit->getASTContext().getTranslationUnitDecl()), Creator(C), in TU()
53 if (!Creator) in TU()
54 Creator = [](ASTContext &ToContext, FileManager &ToFileManager, in TU()
70 Importer.reset(Creator(ToAST->getASTContext(), ToAST->getFileManager(), in lazyInitImporter()
147 FromTUs.emplace_back(FromSrcCode, InputFileName, FromArgs, Creator, in getImportedDecl()
181 FromTUs.emplace_back(SrcCode, FileName, Args, Creator, ODRHandling); in getTuDecl()
H A DASTImporterFixtures.h101 ImporterConstructor Creator; variable
116 ImporterConstructor Creator; member
H A DASTImporterTest.cpp104 Creator = [](ASTContext &ToContext, FileManager &ToFileManager, in RedirectingImporterTest()
5427 Creator = [](ASTContext &ToContext, FileManager &ToFileManager, in ErrorHandlingTest()
6030 Creator = [](ASTContext &ToContext, FileManager &ToFileManager, in LLDBLookupTest()
7009 Creator = [](ASTContext &ToContext, FileManager &ToFileManager, in ImportWithExternalSource()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DJob.h111 const Tool &Creator; variable
166 Command(const Action &Source, const Tool &Creator,
185 const Tool &getCreator() const { return Creator; } in getCreator()
235 CC1Command(const Action &Source, const Tool &Creator,
/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A DF_nullptr.pass.cpp150 struct Creator { struct
158 struct Creator<Ret Class::*> { struct
173 TestFn tf = Creator<TestFn>::create(); in test_imp() argument
/llvm-project-15.0.7/clang/lib/Driver/
H A DJob.cpp38 Command::Command(const Action &Source, const Tool &Creator, in Command() argument
42 : Source(Source), Creator(Creator), ResponseSupport(ResponseSupport), in Command()
360 CC1Command::CC1Command(const Action &Source, const Tool &Creator, in CC1Command() argument
365 : Command(Source, Creator, ResponseSupport, Executable, Arguments, Inputs, in CC1Command()
/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp79 CreationRule Creator = nullptr; member
113 if (info.Creator) { in ASTPropsEmitter()
118 info.Creator = creationRule; in ASTPropsEmitter()
442 if (!nodeInfo.Creator) in emitPropertiedReaderWriterBody()
447 creationCode = nodeInfo.Creator.getCreationCode(); in emitPropertiedReaderWriterBody()
459 PrintFatalError(nodeInfo.Creator.getLoc(), in emitPropertiedReaderWriterBody()
/llvm-project-15.0.7/llvm/
H A D.gitignore35 # Qt Creator project configuration
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/
H A DIntegrations.rst40 |Qt Creator IDE | \+\ | \+\ |…
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DToolingTest.cpp169 IndependentFrontendActionCreator Creator; in TEST() local
171 newFrontendActionFactory(&Creator)); in TEST()
/llvm-project-15.0.7/llvm/docs/
H A DCMake.rst444 be used in Qt Creator to select only documentation from LLVM when browsing
483 named ``org.llvm.qch``. You can then load this file into Qt Creator.