Searched defs:Lookups (Results 1 – 8 of 8) sorted by relevance
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | LogChannelDWARF.h | 21 Lookups = Log::ChannelFlag<3>, enumerator
|
/llvm-project/clang/lib/Lex/ |
H A D | InitHeaderSearch.cpp | 457 llvm::transform(Infos, std::back_inserter(Lookups), in extractLookups() local
|
/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 606 serialization::reader::DeclContextLookupTable> Lookups; global() variable
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 1114 SmallVector<DeclAccessPair, 8> Lookups; VisitFunctionDecl() local
|
H A D | ASTWriter.cpp | 4333 auto *Lookups = Chain ? Chain->getLoadedLookupTables(DC) : nullptr; GenerateNameLookupTable() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 18318 filterLookupForUDReductionAndMapper(SmallVectorImpl<U> & Lookups,const llvm::function_ref<T (ValueDecl *)> Gen) filterLookupForUDReductionAndMapper() argument 18347 argumentDependentLookup(Sema & SemaRef,const DeclarationNameInfo & Id,SourceLocation Loc,QualType Ty,SmallVectorImpl<UnresolvedSet<8>> & Lookups) argumentDependentLookup() argument 18409 SmallVector<UnresolvedSet<8>, 4> Lookups; buildDeclareReductionRef() local 21279 SmallVector<UnresolvedSet<8>, 4> Lookups; buildUserDefinedMapperRef() local [all...] |
H A D | SemaTemplateInstantiateDecl.cpp | 4828 SmallVector<DeclAccessPair, 32> Lookups; SubstDefaultedFunction() local
|
/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 3085 Create(ASTContext & Context,ArrayRef<DeclAccessPair> Lookups,StringLiteral * DeletedMessage) Create() argument
|