Home
last modified time | relevance | path

Searched defs:GetExternalKey (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp60 external_key_type GetExternalKey(internal_key_type Key) { return Key; } GetExternalKey() function in clang::api_notes::__anon8fa44c740111::VersionedTableInfo
148 external_key_type GetExternalKey(internal_key_type Key) { return Key; } GetExternalKey() function in clang::api_notes::__anon8fa44c740111::IdentifierTableInfo
188 external_key_type GetExternalKey(internal_key_type Key) { return Key; } GetExternalKey() function in clang::api_notes::__anon8fa44c740111::ObjCContextIDTableInfo
404 external_key_type GetExternalKey(internal_key_type Key) { return Key; } GetExternalKey() function in clang::api_notes::__anon8fa44c740111::ObjCSelectorTableInfo
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h152 GetExternalKey(const internal_key_type& x) { return x; } in GetExternalKey() function
H A DGlobalModuleIndex.cpp103 GetExternalKey(const internal_key_type& x) { return x; } GetExternalKey() function in __anonf8ec73080311::IdentifierIndexReaderTrait
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h464 static uint64_t GetExternalKey(uint64_t K) { return K; } GetExternalKey() function
599 static uint64_t GetExternalKey(external_key_type K) { return K; } GetExternalKey() function
H A DInstrProfReader.h498 static StringRef GetExternalKey(StringRef K) { return K; } GetExternalKey() function