Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp3172 TypeInfo LeftTI = Context.getTypeInfo(left); in matchTypes() local
3174 if (LeftTI.Width != RightTI.Width) in matchTypes()
3177 if (LeftTI.Align != RightTI.Align) in matchTypes()
3229 TypeInfo LeftTI = Context.getTypeInfo(lt); in tryMatchRecordTypes() local
3231 if (LeftTI.Width != RightTI.Width) in tryMatchRecordTypes()
3234 if (LeftTI.Align != RightTI.Align) in tryMatchRecordTypes()