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.cpp3182 TypeInfo RightTI = Context.getTypeInfo(right); in matchTypes() local
3183 if (LeftTI.Width != RightTI.Width) in matchTypes()
3186 if (LeftTI.Align != RightTI.Align) in matchTypes()
3239 TypeInfo RightTI = Context.getTypeInfo(rt); in tryMatchRecordTypes() local
3240 if (LeftTI.Width != RightTI.Width) in tryMatchRecordTypes()
3243 if (LeftTI.Align != RightTI.Align) in tryMatchRecordTypes()