Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp349 IsRGBA(char c) { in IsRGBA() function
408 bool HasRGBA = IsRGBA(*compStr); in CheckExtVectorComponent()
411 if (HasRGBA != IsRGBA(*compStr)) in CheckExtVectorComponent()
419 if (HasRGBA || (*compStr && IsRGBA(*compStr))) { in CheckExtVectorComponent()