Home
last modified time | relevance | path

Searched defs:Lookups (Results 1 – 8 of 8) sorted by relevance

/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DLogChannelDWARF.h21 Lookups = Log::ChannelFlag<3>, enumerator
/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp457 llvm::transform(Infos, std::back_inserter(Lookups), in extractLookups() local
/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h606 serialization::reader::DeclContextLookupTable> Lookups; global() variable
/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1114 SmallVector<DeclAccessPair, 8> Lookups; VisitFunctionDecl() local
H A DASTWriter.cpp4333 auto *Lookups = Chain ? Chain->getLoadedLookupTables(DC) : nullptr; GenerateNameLookupTable() local
/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp18318 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 DSemaTemplateInstantiateDecl.cpp4828 SmallVector<DeclAccessPair, 32> Lookups; SubstDefaultedFunction() local
/llvm-project/clang/lib/AST/
H A DDecl.cpp3085 Create(ASTContext & Context,ArrayRef<DeclAccessPair> Lookups,StringLiteral * DeletedMessage) Create() argument