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

/external/clang/include/clang/AST/
H A DASTContext.h1418 bool areCompatibleVectorTypes(QualType FirstVec, QualType SecondVec);
/external/clang/lib/AST/
H A DASTContext.cpp5767 bool ASTContext::areCompatibleVectorTypes(QualType FirstVec, argument
5769 assert(FirstVec->isVectorType() && "FirstVec should be a vector type");
5772 if (hasSameUnqualifiedType(FirstVec, SecondVec))
5777 const VectorType *First = FirstVec->getAs<VectorType>();

Completed in 53 milliseconds