Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h144 OK_MatrixComponent enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTextNodeDumper.cpp175 case OK_MatrixComponent: in Visit()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h496 return getObjectKind() == OK_MatrixComponent; in refersToMatrixElement()
2662 OK_MatrixComponent) { in MatrixSubscriptExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp2233 case OK_MatrixComponent: in TryReinterpretCast()
H A DSemaExpr.cpp13568 } else if (op->getObjectKind() == OK_MatrixComponent) { in CheckAddressOfOperand()