Home
last modified time | relevance | path

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

/src/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::__anon943f62010311::ContextInfoTableInfo
679 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anon943f62010711::ObjCPropertyTableInfo
748 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anon943f62010811::ObjCMethodTableInfo
783 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anon943f62010811::CXXMethodTableInfo
935 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anon943f62010a11::GlobalVariableTableInfo
1048 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anon943f62010b11::GlobalFunctionTableInfo
1105 unsigned getKeyLength(key_type_ref) { return sizeof(uint32_t); } in getKeyLength() function in clang::api_notes::__anon943f62010c11::EnumConstantTableInfo
1162 unsigned getKeyLength(key_type_ref) { in getKeyLength() function in clang::api_notes::__anon943f62010d11::CommonTypeTableInfo
/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMapEntry.h31 size_t getKeyLength() const { return keyLength; } in getKeyLength() function