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.cpp3181 TypeInfo LeftTI = Context.getTypeInfo(left); in matchTypes() local
3183 if (LeftTI.Width != RightTI.Width) in matchTypes()
3186 if (LeftTI.Align != RightTI.Align) in matchTypes()
3238 TypeInfo LeftTI = Context.getTypeInfo(lt); in tryMatchRecordTypes() local
3240 if (LeftTI.Width != RightTI.Width) in tryMatchRecordTypes()
3243 if (LeftTI.Align != RightTI.Align) in tryMatchRecordTypes()