Home
last modified time | relevance | path

Searched defs:GetterType (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/bit_field/src/
Dlib.rs314 type GetterType; typedef
316 fn from_u64(val: u64) -> Self::GetterType; in from_u64()
338 type GetterType = bool; typedef
341 fn from_u64(val: u64) -> Self::GetterType { in from_u64()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1495 QualType GetterType = GetterMethod->getReturnType().getNonReferenceType(); in DiagnosePropertyAccessorMismatch() local
/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp1723 QualType GetterType = GetterMethod->getReturnType().getNonReferenceType(); in DiagnosePropertyAccessorMismatch() local