Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp275 IsRGBA(char c) { in IsRGBA() function
334 bool HasRGBA = IsRGBA(*compStr); in CheckExtVectorComponent()
337 if (HasRGBA != IsRGBA(*compStr)) in CheckExtVectorComponent()
345 if (HasRGBA || (*compStr && IsRGBA(*compStr))) { in CheckExtVectorComponent()