| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 68 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 D | PropertiesBase.td | 278 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 D | ManagedStatic.cpp | 27 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 D | Parallel.cpp | 82 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 D | ManagedStatic.h | 81 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 D | ASTImporterFixtures.cpp | 47 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 D | ASTImporterFixtures.h | 101 ImporterConstructor Creator; variable 116 ImporterConstructor Creator; member
|
| H A D | ASTImporterTest.cpp | 104 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 D | Job.h | 111 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 D | F_nullptr.pass.cpp | 150 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 D | Job.cpp | 38 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 D | ClangASTPropertiesEmitter.cpp | 79 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 | .gitignore | 35 # Qt Creator project configuration
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/ |
| H A D | Integrations.rst | 40 |Qt Creator IDE | \+\ | \+\ |…
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | ToolingTest.cpp | 169 IndependentFrontendActionCreator Creator; in TEST() local 171 newFrontendActionFactory(&Creator)); in TEST()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | CMake.rst | 444 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.
|