Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp3180 TypeInfo LeftTI = Context.getTypeInfo(left); in matchTypes() local
3182 if (LeftTI.Width != RightTI.Width) in matchTypes()
3185 if (LeftTI.Align != RightTI.Align) in matchTypes()
3237 TypeInfo LeftTI = Context.getTypeInfo(lt); in tryMatchRecordTypes() local
3239 if (LeftTI.Width != RightTI.Width) in tryMatchRecordTypes()
3242 if (LeftTI.Align != RightTI.Align) in tryMatchRecordTypes()