Home
last modified time | relevance | path

Searched refs:RightTI (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3190 TypeInfo RightTI = Context.getTypeInfo(right); in matchTypes() local
3191 if (LeftTI.Width != RightTI.Width) in matchTypes()
3194 if (LeftTI.Align != RightTI.Align) in matchTypes()
3247 TypeInfo RightTI = Context.getTypeInfo(rt); in tryMatchRecordTypes() local
3248 if (LeftTI.Width != RightTI.Width) in tryMatchRecordTypes()
3251 if (LeftTI.Align != RightTI.Align) in tryMatchRecordTypes()