Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h154 OK_VectorComponent, enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp175 case OK_VectorComponent: in Visit()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2301 case OK_VectorComponent: inappropriate = "vector element"; break; in TryReinterpretCast()
H A DSemaExpr.cpp5189 OK = OK_VectorComponent; in CreateBuiltinArraySubscriptExpr()
14143 } else if (op->getObjectKind() == OK_VectorComponent) { in CheckAddressOfOperand()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h6303 (VK == VK_PRValue ? OK_Ordinary : OK_VectorComponent)), in ExtVectorElementExpr()