Searched refs:QualifiedIdConformsQualifiedId (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DASTContext.h1803 bool QualifiedIdConformsQualifiedId(QualType LHS, QualType RHS);
/external/clang/lib/AST/
H A DASTContext.cpp5808 /// QualifiedIdConformsQualifiedId - compare id<pr,...> with id<pr1,...>
5811 bool ASTContext::QualifiedIdConformsQualifiedId(QualType lhs, QualType rhs) { function in class:ASTContext

Completed in 66 milliseconds