Home
last modified time | relevance | path

Searched refs:HasRGBA (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExprMember.cpp331 bool HasRGBA = IsRGBA(*compStr); in CheckExtVectorComponent() local
334 if (HasRGBA != IsRGBA(*compStr)) in CheckExtVectorComponent()
342 if (HasRGBA || (*compStr && IsRGBA(*compStr))) { in CheckExtVectorComponent()
344 const char *DiagBegin = HasRGBA ? CompName->getNameStart() : compStr; in CheckExtVectorComponent()