Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp2106 TypeInfo RightTI = Context.getTypeInfo(right); in matchTypes() local
2107 if (LeftTI.Width != RightTI.Width) in matchTypes()
2110 if (LeftTI.Align != RightTI.Align) in matchTypes()
2163 TypeInfo RightTI = Context.getTypeInfo(rt); in tryMatchRecordTypes() local
2164 if (LeftTI.Width != RightTI.Width) in tryMatchRecordTypes()
2167 if (LeftTI.Align != RightTI.Align) in tryMatchRecordTypes()