Home | History | Annotate | Download | only in AST

Lines Matching refs:typesAreCompatible

6779 /// typesAreCompatible - C99 6.7.3p9: For two qualified types to be compatible,
6783 bool ASTContext::typesAreCompatible(QualType LHS, QualType RHS,
6792 return typesAreCompatible(LHS, RHS);