Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Dproperty.pod108 =head2 Lookups section in DESCRIPTION
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/Disassembler/
H A DM68kDisassembler.cpp115 std::vector<M68kInstructionLookup> Lookups; member in __anon95ce71570111::M68kDisassembler
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h577 serialization::reader::DeclContextLookupTable> Lookups; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp897 SmallVector<DeclAccessPair, 8> Lookups; in VisitFunctionDecl() local
H A DASTWriter.cpp3824 auto *Lookups = Chain ? Chain->getLoadedLookupTables(DC) : nullptr; in GenerateNameLookupTable() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp15956 SmallVectorImpl<U> &Lookups, const llvm::function_ref<T(ValueDecl *)> Gen) { in filterLookupForUDReductionAndMapper()
15985 SmallVectorImpl<UnresolvedSet<8>> &Lookups) { in argumentDependentLookup()
16047 SmallVector<UnresolvedSet<8>, 4> Lookups; in buildDeclareReductionRef() local
18808 SmallVector<UnresolvedSet<8>, 4> Lookups; in buildUserDefinedMapperRef() local
H A DSemaTemplateInstantiateDecl.cpp4591 SmallVector<DeclAccessPair, 32> Lookups; in SubstDefaultedFunction() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp2899 ArrayRef<DeclAccessPair> Lookups) { in Create()