Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DBuiltinTypes.def320 PLACEHOLDER_TYPE(IncompleteMatrixIdx, IncompleteMatrixIdxTy)
H A DASTContext.h1144 CanQualType IncompleteMatrixIdxTy; variable
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp1419 InitBuiltinType(IncompleteMatrixIdxTy, BuiltinType::IncompleteMatrixIdx); in InitBuiltinTypes()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp7115 T = Context.IncompleteMatrixIdxTy; in GetType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp4989 Base, RowIdx, ColumnIdx, Context.IncompleteMatrixIdxTy, RBLoc); in CreateBuiltinMatrixSubscriptExpr()