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.cpp566 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
749 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anonf7d29e6c0811::ObjCMethodTableInfo
791 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anonf7d29e6c0811::CXXMethodTableInfo
884 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anonf7d29e6c0911::FieldTableInfo
1009 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anonf7d29e6c0b11::GlobalVariableTableInfo
1131 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anonf7d29e6c0c11::GlobalFunctionTableInfo
1188 unsigned getKeyLength(key_type_ref) { return sizeof(uint32_t); } in getKeyLength() function in clang::api_notes::__anonf7d29e6c0d11::EnumConstantTableInfo
1245 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anonf7d29e6c0e11::CommonTypeTableInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMapEntry.h31 size_t getKeyLength() const { return keyLength; } in getKeyLength() function