Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp364 bool HasRGBA = IsRGBA(*compStr); in CheckExtVectorComponent() local
367 if (HasRGBA != IsRGBA(*compStr)) in CheckExtVectorComponent()
375 if (HasRGBA || (*compStr && IsRGBA(*compStr))) { in CheckExtVectorComponent()
378 const char *DiagBegin = HasRGBA ? CompName->getNameStart() : compStr; in CheckExtVectorComponent()