Searched defs:typesAreCompatible (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTContext.cpp7383 /// typesAreCompatible - C99 6.7.3p9: For two qualified types to be compatible,
7387 bool ASTContext::typesAreCompatible(QualType LHS, QualType RHS, function in class:ASTContext
7396 return typesAreCompatible(LHS, RHS);

Completed in 331 milliseconds