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.h169 OK_MatrixComponent enumerator
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h507 return getObjectKind() == OK_MatrixComponent; in refersToMatrixElement()
2805 OK_MatrixComponent) { in MatrixSubscriptExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp179 case OK_MatrixComponent: in Visit()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2333 case OK_MatrixComponent: in TryReinterpretCast()
H A DSemaExpr.cpp14543 } else if (op->getObjectKind() == OK_MatrixComponent) { in CheckAddressOfOperand()