Home | History | Annotate | Download | only in AST

Lines Matching refs:typesAreCompatible

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