Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprMember.cpp273 IsRGBA(char c) { in IsRGBA() function
332 bool HasRGBA = IsRGBA(*compStr); in CheckExtVectorComponent()
335 if (HasRGBA != IsRGBA(*compStr)) in CheckExtVectorComponent()
343 if (HasRGBA || (*compStr && IsRGBA(*compStr))) { in CheckExtVectorComponent()