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

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

Completed in 177 milliseconds