OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:external_key_type
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/Serialization/
ASTReaderInternals.h
79
typedef DeclarationName
external_key_type
;
typedef in class:clang::serialization::reader::ASTDeclContextNameLookupTrait
92
static internal_key_type GetInternalKey(const
external_key_type
&Name) {
139
typedef StringRef
external_key_type
;
typedef in class:clang::serialization::reader::ASTIdentifierLookupTraitBase
155
GetInternalKey(const
external_key_type
& x) { return x; }
158
static const
external_key_type
&
212
typedef Selector
external_key_type
;
typedef in class:clang::serialization::reader::ASTSelectorLookupTrait
213
typedef
external_key_type
internal_key_type;
228
GetInternalKey(const
external_key_type
& x) { return x; }
257
typedef const FileEntry *
external_key_type
;
typedef in class:clang::serialization::reader::HeaderFileInfoTrait
MultiOnDiskHashTable.h
38
typedef typename Info::
external_key_type
external_key_type
;
typedef in class:clang::serialization::MultiOnDiskHashTable
212
data_type find(const
external_key_type
&EKey) {
GlobalModuleIndex.cpp
73
typedef StringRef
external_key_type
;
typedef in class:__anon14210::IdentifierIndexReaderTrait
96
GetInternalKey(const
external_key_type
& x) { return x; }
98
static const
external_key_type
&
/external/llvm/include/llvm/Support/
OnDiskHashTable.h
247
/// typedef ExampleKey
external_key_type
; // The type to pass to find().
259
/// static const internal_key_type &GetInternalKey(
external_key_type
&EKey);
284
typedef typename Info::
external_key_type
external_key_type
;
typedef in class:llvm::OnDiskChainedHashTable
343
iterator find(const
external_key_type
&EKey, Info *InfoPtr = nullptr) {
437
typedef typename base_type::
external_key_type
external_key_type
;
typedef in class:llvm::OnDiskIterableChainedHashTable
450
typedef
external_key_type
value_type;
505
typedef
external_key_type
value_type;
/external/clang/lib/Lex/
PTHLexer.cpp
348
typedef const FileEntry*
external_key_type
;
typedef in class:PTHManager::PTHFileLookupTrait
372
typedef const std::pair<const char*, unsigned>
external_key_type
;
typedef in class:PTHManager::PTHStringLookupTrait
373
typedef
external_key_type
internal_key_type;
389
GetInternalKey(const
external_key_type
& x) { return x; }
648
typedef const char*
external_key_type
; // const char*
typedef in class:__anon14019::PTHStatLookupTrait
/external/llvm/include/llvm/ProfileData/
InstrProfReader.h
274
typedef StringRef
external_key_type
;
typedef in class:llvm::IndexedInstrProf::HashT
Completed in 233 milliseconds