Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp3166 TypeInfo LeftTI = Context.getTypeInfo(left); in matchTypes() local
3168 if (LeftTI.Width != RightTI.Width) in matchTypes()
3171 if (LeftTI.Align != RightTI.Align) in matchTypes()
3223 TypeInfo LeftTI = Context.getTypeInfo(lt); in tryMatchRecordTypes() local
3225 if (LeftTI.Width != RightTI.Width) in tryMatchRecordTypes()
3228 if (LeftTI.Align != RightTI.Align) in tryMatchRecordTypes()