Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3179 TypeInfo LeftTI = Context.getTypeInfo(left); in matchTypes() local
3181 if (LeftTI.Width != RightTI.Width) in matchTypes()
3184 if (LeftTI.Align != RightTI.Align) in matchTypes()
3236 TypeInfo LeftTI = Context.getTypeInfo(lt); in tryMatchRecordTypes() local
3238 if (LeftTI.Width != RightTI.Width) in tryMatchRecordTypes()
3241 if (LeftTI.Align != RightTI.Align) in tryMatchRecordTypes()