/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | LogChannelDWARF.cpp | 21 DWARFLog::Lookups},
|
H A D | LogChannelDWARF.h | 21 Lookups = Log::ChannelFlag<3>, enumerator
|
H A D | AppleDWARFIndex.cpp | 126 Log *log = GetLog(DWARFLog::TypeCompletion | DWARFLog::Lookups); in GetTypes()
|
H A D | DebugNamesDWARFIndex.cpp | 82 GetLog(DWARFLog::Lookups), in MaybeLogLookupError()
|
H A D | DWARFASTParserClang.cpp | 418 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 D | SymbolFileDWARF.cpp | 2165 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 D | ManualDWARFIndex.cpp | 142 Log *log = GetLog(DWARFLog::Lookups); in IndexUnit()
|
/openbsd/gnu/llvm/clang/lib/Lex/ |
H A D | InitHeaderSearch.cpp | 567 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 D | ASTReaderDecl.cpp | 1073 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 D | ASTReader.cpp | 7743 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 D | ASTWriter.cpp | 4040 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 D | Decl.cpp | 3022 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 D | SemaOpenMP.cpp | 18694 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 D | SemaTemplateInstantiateDecl.cpp | 4735 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 D | ASTReader.h | 596 serialization::reader::DeclContextLookupTable> Lookups; variable
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | Decl.h | 1953 ArrayRef<DeclAccessPair> Lookups);
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | SourceLevelDebugging.rst | 1435 * Lookups should be very fast
|
/openbsd/usr.sbin/amd/doc/ |
H A D | amdref.texinfo | 2426 Lookups and mounts always fail with ``No such file or directory''.
|