Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp3065 TypeInfo RightTI = Context.getTypeInfo(right); in matchTypes() local
3066 if (LeftTI.Width != RightTI.Width) in matchTypes()
3069 if (LeftTI.Align != RightTI.Align) in matchTypes()
3122 TypeInfo RightTI = Context.getTypeInfo(rt); in tryMatchRecordTypes() local
3123 if (LeftTI.Width != RightTI.Width) in tryMatchRecordTypes()
3126 if (LeftTI.Align != RightTI.Align) in tryMatchRecordTypes()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp3167 TypeInfo RightTI = Context.getTypeInfo(right); in matchTypes() local
3168 if (LeftTI.Width != RightTI.Width) in matchTypes()
3171 if (LeftTI.Align != RightTI.Align) in matchTypes()
3224 TypeInfo RightTI = Context.getTypeInfo(rt); in tryMatchRecordTypes() local
3225 if (LeftTI.Width != RightTI.Width) in tryMatchRecordTypes()
3228 if (LeftTI.Align != RightTI.Align) in tryMatchRecordTypes()