Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp3036 TypeInfo LeftTI = Context.getTypeInfo(left); in matchTypes() local
3038 if (LeftTI.Width != RightTI.Width) in matchTypes()
3041 if (LeftTI.Align != RightTI.Align) in matchTypes()
3093 TypeInfo LeftTI = Context.getTypeInfo(lt); in tryMatchRecordTypes() local
3095 if (LeftTI.Width != RightTI.Width) in tryMatchRecordTypes()
3098 if (LeftTI.Align != RightTI.Align) in tryMatchRecordTypes()