Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h164 OK_MatrixComponent enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp177 case OK_MatrixComponent: in Visit()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h496 return getObjectKind() == OK_MatrixComponent; in refersToMatrixElement()
2726 OK_MatrixComponent) { in MatrixSubscriptExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2293 case OK_MatrixComponent: in TryReinterpretCast()
H A DSemaExpr.cpp15151 } else if (op->getObjectKind() == OK_MatrixComponent) { in CheckAddressOfOperand()