Home
last modified time | relevance | path

Searched refs:Lookups (Results 1 – 18 of 18) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DLogChannelDWARF.cpp21 DWARFLog::Lookups},
H A DLogChannelDWARF.h21 Lookups = Log::ChannelFlag<3>, enumerator
H A DAppleDWARFIndex.cpp126 Log *log = GetLog(DWARFLog::TypeCompletion | DWARFLog::Lookups); in GetTypes()
H A DDebugNamesDWARFIndex.cpp82 GetLog(DWARFLog::Lookups), in MaybeLogLookupError()
H A DDWARFASTParserClang.cpp418 Log *log = GetLog(DWARFLog::TypeCompletion | DWARFLog::Lookups); in ParseTypeFromDWARF()
524 Log *log = GetLog(DWARFLog::TypeCompletion | DWARFLog::Lookups); in ParseTypeModifier()
758 Log *log = GetLog(DWARFLog::TypeCompletion | DWARFLog::Lookups); in ParseEnum()
884 Log *log = GetLog(DWARFLog::TypeCompletion | DWARFLog::Lookups); in ConvertDWARFCallingConventionToClang()
893 Log *log = GetLog(DWARFLog::TypeCompletion | DWARFLog::Lookups); in ParseSubroutine()
1578 Log *log = GetLog(DWARFLog::TypeCompletion | DWARFLog::Lookups); in ParseStructureLikeDIE()
2730 Log *log = GetLog(DWARFLog::TypeCompletion | DWARFLog::Lookups); in ParseSingleMember()
H A DSymbolFileDWARF.cpp2165 Log *log = GetLog(DWARFLog::Lookups); in DeclContextMatchesThisSymbolFile()
2178 Log *log = GetLog(DWARFLog::Lookups); in FindGlobalVariables()
2260 Log *log = GetLog(DWARFLog::Lookups); in FindGlobalVariables()
2371 Log *log = GetLog(DWARFLog::Lookups); in FindFunctions()
2438 Log *log = GetLog(DWARFLog::Lookups); in FindFunctions()
2486 Log *log = GetLog(DWARFLog::Lookups); in FindTypes()
2652 Log *log = GetLog(DWARFLog::Lookups); in FindNamespace()
2971 Log *log = GetLog(DWARFLog::TypeCompletion | DWARFLog::Lookups); in FindDefinitionTypeForDWARFDeclContext()
H A DManualDWARFIndex.cpp142 Log *log = GetLog(DWARFLog::Lookups); in IndexUnit()
/openbsd/gnu/llvm/clang/lib/Lex/
H A DInitHeaderSearch.cpp567 std::vector<DirectoryLookup> Lookups; in extractLookups() local
568 Lookups.reserve(Infos.size()); in extractLookups()
569 llvm::transform(Infos, std::back_inserter(Lookups), in extractLookups()
571 return Lookups; in extractLookups()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp1073 SmallVector<DeclAccessPair, 8> Lookups; in VisitFunctionDecl() local
1077 Lookups.push_back(DeclAccessPair::make(ND, AS)); in VisitFunctionDecl()
1080 Reader.getContext(), Lookups)); in VisitFunctionDecl()
1979 assert(Reader.Lookups.find(MergeDD.Definition) == Reader.Lookups.end() && in MergeDefinitionData()
4104 Lookups[DC].Table.add( in loadDeclUpdateRecords()
H A DASTReader.cpp7743 auto It = Lookups.find(DC); in FindExternalVisibleDeclsByName()
7744 if (It == Lookups.end()) in FindExternalVisibleDeclsByName()
7767 auto It = Lookups.find(DC); in completeVisibleDeclsMap()
7768 assert(It != Lookups.end() && in completeVisibleDeclsMap()
7788 auto I = Lookups.find(Primary); in getLoadedLookupTables()
7789 return I == Lookups.end() ? nullptr : &I->second; in getLoadedLookupTables()
H A DASTWriter.cpp4040 auto *Lookups = Chain ? Chain->getLoadedLookupTables(DC) : nullptr; in GenerateNameLookupTable() local
4041 Generator.emit(LookupTable, Trait, Lookups ? &Lookups->Table : nullptr); in GenerateNameLookupTable()
/openbsd/gnu/llvm/clang/lib/AST/
H A DDecl.cpp3022 ArrayRef<DeclAccessPair> Lookups) { in Create() argument
3024 totalSizeToAlloc<DeclAccessPair>(Lookups.size()), in Create()
3027 Info->NumLookups = Lookups.size(); in Create()
3028 std::uninitialized_copy(Lookups.begin(), Lookups.end(), in Create()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp18694 for (U &Set : Lookups) { in filterLookupForUDReductionAndMapper()
18771 Lookups.emplace_back(); in argumentDependentLookup()
18772 Lookups.back().addDecl(Underlying); in argumentDependentLookup()
18784 SmallVector<UnresolvedSet<8>, 4> Lookups; in buildDeclareReductionRef() local
18795 Lookups.emplace_back(); in buildDeclareReductionRef()
18801 Lookups.push_back(UnresolvedSet<8>()); in buildDeclareReductionRef()
18807 Lookups.back().addDecl(DRD); in buildDeclareReductionRef()
18856 Lookups.emplace_back(); in buildDeclareReductionRef()
21569 Lookups.emplace_back(); in buildUserDefinedMapperRef()
21575 Lookups.push_back(UnresolvedSet<8>()); in buildUserDefinedMapperRef()
[all …]
H A DSemaTemplateInstantiateDecl.cpp4735 SmallVector<DeclAccessPair, 32> Lookups; in SubstDefaultedFunction() local
4736 Lookups.reserve(DFI->getUnqualifiedLookups().size()); in SubstDefaultedFunction()
4744 Lookups.push_back(DeclAccessPair::make(D, DA.getAccess())); in SubstDefaultedFunction()
4751 SemaRef.Context, Lookups) in SubstDefaultedFunction()
/openbsd/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h596 serialization::reader::DeclContextLookupTable> Lookups; variable
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDecl.h1953 ArrayRef<DeclAccessPair> Lookups);
/openbsd/gnu/llvm/llvm/docs/
H A DSourceLevelDebugging.rst1435 * Lookups should be very fast
/openbsd/usr.sbin/amd/doc/
H A Damdref.texinfo2426 Lookups and mounts always fail with ``No such file or directory''.