Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprMember.cpp332 bool HasRGBA = IsRGBA(*compStr); in CheckExtVectorComponent() local
335 if (HasRGBA != IsRGBA(*compStr)) in CheckExtVectorComponent()
343 if (HasRGBA || (*compStr && IsRGBA(*compStr))) { in CheckExtVectorComponent()
346 const char *DiagBegin = HasRGBA ? CompName->getNameStart() : compStr; in CheckExtVectorComponent()