Home
last modified time | relevance | path

Searched defs:getKeyLength (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp567 unsigned getKeyLength(key_type_ref) { return sizeof(uint32_t); } in getKeyLength() function in clang::api_notes::__anonf7d29e6c0311::ContextInfoTableInfo
679 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anonf7d29e6c0711::ObjCPropertyTableInfo
748 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anonf7d29e6c0811::ObjCMethodTableInfo
783 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anonf7d29e6c0811::CXXMethodTableInfo
935 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anonf7d29e6c0a11::GlobalVariableTableInfo
1048 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anonf7d29e6c0b11::GlobalFunctionTableInfo
1105 unsigned getKeyLength(key_type_ref) { return sizeof(uint32_t); } in getKeyLength() function in clang::api_notes::__anonf7d29e6c0c11::EnumConstantTableInfo
1162 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anonf7d29e6c0d11::CommonTypeTableInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMapEntry.h31 size_t getKeyLength() const { return keyLength; } in getKeyLength() function