Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DLogChannelDWARF.h21 Lookups = Log::ChannelFlag<3>, enumerator
/freebsd-src/crypto/openssl/doc/man7/
H A Dproperty.pod108 =head2 Lookups section in DESCRIPTION
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp457 std::vector<DirectoryLookup> Lookups; in extractLookups() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h604 serialization::reader::DeclContextLookupTable> Lookups; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1114 Reader.getContext(), Lookups, DeletedMessage)); in VisitFunctionDecl() local
H A DASTWriter.cpp4121 auto *Lookups = Chain ? Chain->getLoadedLookupTables(DC) : nullptr; GenerateNameLookupTable() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp19032 filterLookupForUDReductionAndMapper(SmallVectorImpl<U> & Lookups,const llvm::function_ref<T (ValueDecl *)> Gen) filterLookupForUDReductionAndMapper() argument
19061 argumentDependentLookup(Sema & SemaRef,const DeclarationNameInfo & Id,SourceLocation Loc,QualType Ty,SmallVectorImpl<UnresolvedSet<8>> & Lookups) argumentDependentLookup() argument
19123 SmallVector<UnresolvedSet<8>, 4> Lookups; buildDeclareReductionRef() local
21974 SmallVector<UnresolvedSet<8>, 4> Lookups; buildUserDefinedMapperRef() local
[all...]
H A DSemaTemplateInstantiateDecl.cpp4828 SmallVector<DeclAccessPair, 32> Lookups; SubstDefaultedFunction() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3087 Create(ASTContext & Context,ArrayRef<DeclAccessPair> Lookups) Create() argument