Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h166 OK_MatrixComponent enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp178 case OK_MatrixComponent: in Visit()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h508 return getObjectKind() == OK_MatrixComponent; in refersToMatrixElement()
2760 OK_MatrixComponent) { in MatrixSubscriptExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2302 case OK_MatrixComponent: in TryReinterpretCast()
H A DSemaExpr.cpp14146 } else if (op->getObjectKind() == OK_MatrixComponent) { in CheckAddressOfOperand()