Home
last modified time | relevance | path

Searched refs:Unresolved (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DIncludeFixer.cpp394 Result.Name = Unresolved.getAsString(); in extractUnresolvedNameCheaply()
512 UnresolvedName Unresolved; in CorrectTypo() local
513 Unresolved.Name = Extracted->Name; in CorrectTypo()
514 Unresolved.Loc = Typo.getBeginLoc(); in CorrectTypo()
521 Unresolved.Scopes = collectAccessibleScopes( in CorrectTypo()
525 for (std::string &Scope : Unresolved.Scopes) in CorrectTypo()
529 LastUnresolvedName = std::move(Unresolved); in CorrectTypo()
549 auto &Unresolved = *LastUnresolvedName; in fixUnresolvedName() local
551 Unresolved.Name, llvm::join(Unresolved.Scopes, ", ")); in fixUnresolvedName()
555 Req.Query = Unresolved.Name; in fixUnresolvedName()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DREADME.md7 * [Unresolved bugs](https://llvm.org/bugs/buglist.cgi?product=libraries&component=Backend%3A%20AVR&…
/llvm-project-15.0.7/lld/test/ELF/
H A Dzdefs.s4 ## Unresolved references from object files are allowed by default for -shared.
/llvm-project-15.0.7/clang/lib/Lex/
H A DModuleMap.cpp112 if (Unresolved.Id.empty()) { in resolveExport()
113 assert(Unresolved.Wildcard && "Invalid unresolved export"); in resolveExport()
122 return Module::ExportDecl(Context, Unresolved.Wildcard); in resolveExport()
1323 auto Unresolved = std::move(Mod->UnresolvedExports); in resolveExports() local
1325 for (auto &UE : Unresolved) { in resolveExports()
1336 auto Unresolved = std::move(Mod->UnresolvedDirectUses); in resolveUses() local
1338 for (auto &UDU : Unresolved) { in resolveUses()
1349 auto Unresolved = std::move(Mod->UnresolvedConflicts); in resolveConflicts() local
1351 for (auto &UC : Unresolved) { in resolveConflicts()
2546 Module::UnresolvedExportDecl Unresolved = { in parseExportDecl() local
[all …]
/llvm-project-15.0.7/polly/test/CodeGen/
H A Dinv-load-lnt-crash-wrong-order-2.ll18 ….869.968.1199.2419.2452.2617.2650.2749.2881.2980.3020 = type { %struct.Unresolved.10.43.76.241.571…
19 %struct.Unresolved.10.43.76.241.571.604.670.703.736.868.967.1198.2418.2451.2616.2649.2748.2880.2979…
H A Dinv-load-lnt-crash-wrong-order.ll18 %union.anon.11.44.77.308.473.836.902.935.968.1034.2022.2121.2154.2590 = type { %struct.Unresolved.1…
19 %struct.Unresolved.10.43.76.307.472.835.901.934.967.1033.2021.2120.2153.2589 = type { i8*, i32 }
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSpecifiers.h28 Unresolved, enumerator
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DType.h97 Unresolved = 0, enumerator
232 ResolveState m_compiler_type_resolve_state = ResolveState::Unresolved;
/llvm-project-15.0.7/clang/lib/Basic/
H A DModule.cpp510 for (auto *Unresolved : {&UnresolvedHeaders, &MissingHeaders}) { in print()
511 for (auto &U : *Unresolved) { in print()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp4411 SubmoduleID GlobalID = getGlobalSubmoduleID(*Unresolved.File,Unresolved.ID); in ReadAST()
4414 switch (Unresolved.Kind) { in ReadAST()
5718 Unresolved.File = &F; in ReadSubmoduleBlock()
5720 Unresolved.ID = Record[Idx]; in ReadSubmoduleBlock()
5730 Unresolved.File = &F; in ReadSubmoduleBlock()
5732 Unresolved.ID = Record[Idx]; in ReadSubmoduleBlock()
5759 UnresolvedModuleRef Unresolved; in ReadSubmoduleBlock() local
5760 Unresolved.File = &F; in ReadSubmoduleBlock()
5762 Unresolved.ID = Record[0]; in ReadSubmoduleBlock()
5764 Unresolved.IsWildcard = false; in ReadSubmoduleBlock()
[all …]
H A DASTWriter.cpp1760 UnresolvedModule Unresolved; member
1781 if (Data.Unresolved.getPointer()) in EmitKeyDataLength()
1843 if (Data.Unresolved.getPointer()) in EmitData()
1844 EmitModule(Data.Unresolved.getPointer(), Data.Unresolved.getInt()); in EmitData()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DModuleMap.h295 resolveExport(Module *Mod, const Module::UnresolvedExportDecl &Unresolved,
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp2058 getKind() == ExplicitSpecKind::Unresolved)) { in isEquivalent()
2059 if (getKind() == ExplicitSpecKind::Unresolved && in isEquivalent()
2060 Other.getKind() == ExplicitSpecKind::Unresolved) { in isEquivalent()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DType.cpp153 : ResolveState::Unresolved), in Type()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp2094 auto Unresolved = std::move(Symbols); in lookup() local
2095 auto Q = std::make_shared<AsynchronousSymbolQuery>(Unresolved, RequiredState, in lookup()
2099 K, SearchOrder, std::move(Unresolved), RequiredState, std::move(Q), in lookup()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DMetadataTest.cpp750 auto Unresolved = MDTuple::getTemporary(Context, None); in TEST_F() local
751 Metadata *Ops[] = {Unresolved.get()}; in TEST_F()
852 auto Unresolved = MDTuple::getTemporary(Context, None); in TEST_F() local
853 Metadata *Ops[] = {Unresolved.get()}; in TEST_F()
865 Unresolved->replaceAllUsesWith(nullptr); in TEST_F()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h1858 return ExplicitSpec.getInt() == ExplicitSpecKind::Unresolved && in isInvalid()
1869 return ExplicitSpecifier(nullptr, ExplicitSpecKind::Unresolved); in Invalid()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp5478 QualType Unresolved = E->getType(); in getApproximateType() local
5479 if (Unresolved.isNull() || in getApproximateType()
5480 !Unresolved->isSpecificBuiltinType(BuiltinType::Dependent)) in getApproximateType()
5481 return Unresolved; in getApproximateType()
5490 return Unresolved; in getApproximateType()
5517 return Unresolved; // Multiple candidates. in getApproximateType()
5545 return Unresolved; in getApproximateType()
H A DSemaDeclCXX.cpp13268 ExplicitSpec.setKind(ExplicitSpecKind::Unresolved); in tryResolveExplicitSpecifier()
13273 ExplicitSpecifier ES(ExplicitExpr, ExplicitSpecKind::Unresolved); in ActOnExplicitBoolSpecifier()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp542 Type::ResolveState resolve_state = Type::ResolveState::Unresolved; in ParseTypeModifier()