Home
last modified time | relevance | path

Searched defs:internal_key_type (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h113 using internal_key_type = DeclarationNameKey; variable
143 using internal_key_type = std::pair<DeclarationNameKey, unsigned>; variable
206 using internal_key_type = unsigned; variable
255 using internal_key_type = StringRef; variable
334 using internal_key_type = external_key_type; variable
378 struct internal_key_type { struct
385 using internal_key_ref = const internal_key_type &; argument
H A DMultiOnDiskHashTable.h49 using internal_key_type = typename Info::internal_key_type; variable
H A DGlobalModuleIndex.cpp75 typedef StringRef internal_key_type; typedef in __anon35ca0d360311::IdentifierIndexReaderTrait
H A DASTReader.cpp1304 void ASTDeclContextNameLookupTrait::ReadDataInto(internal_key_type, in ReadDataInto() argument
1338 void ModuleLocalNameLookupTrait::ReadDataInto(internal_key_type, in ReadDataInto() argument
1365 void LazySpecializationInfoLookupTrait::ReadDataInto(internal_key_type, in ReadDataInto() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h282 typedef typename Info::internal_key_type internal_key_type; typedef
439 typedef typename base_type::internal_key_type internal_key_type; typedef
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp53 using internal_key_type = KeyType; typedef in clang::api_notes::__anonc79998a20111::VersionedTableInfo
142 using internal_key_type = llvm::StringRef; typedef in clang::api_notes::__anonc79998a20111::IdentifierTableInfo
182 using internal_key_type = ContextTableKey; typedef in clang::api_notes::__anonc79998a20111::ContextIDTableInfo
425 using internal_key_type = StoredObjCSelector; typedef in clang::api_notes::__anonc79998a20111::ObjCSelectorTableInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h530 using internal_key_type = StringRef; variable