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

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

Completed in 229 milliseconds