Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DLogChannelDWARF.h21 Lookups = Log::ChannelFlag<3>, enumerator
/freebsd/crypto/openssl/doc/man7/
H A Dproperty.pod108 =head2 Lookups section in DESCRIPTION
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h606 serialization::reader::DeclContextLookupTable> Lookups; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1105 SmallVector<DeclAccessPair, 8> Lookups; in VisitFunctionDecl() local
H A DASTWriter.cpp4336 auto *Lookups = Chain ? Chain->getLoadedLookupTables(DC) : nullptr; in GenerateNameLookupTable() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4839 SmallVector<DeclAccessPair, 32> Lookups; in SubstDefaultedFunction() local
H A DSemaOpenMP.cpp17832 SmallVectorImpl<U> &Lookups, const llvm::function_ref<T(ValueDecl *)> Gen) { in filterLookupForUDReductionAndMapper()
17861 SmallVectorImpl<UnresolvedSet<8>> &Lookups) { in argumentDependentLookup()
17923 SmallVector<UnresolvedSet<8>, 4> Lookups; in buildDeclareReductionRef() local
20794 SmallVector<UnresolvedSet<8>, 4> Lookups; in buildUserDefinedMapperRef() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3089 ASTContext &Context, ArrayRef<DeclAccessPair> Lookups, in Create()