Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def323 PLACEHOLDER_TYPE(IncompleteMatrixIdx, IncompleteMatrixIdxTy)
H A DASTContext.h1157 CanQualType IncompleteMatrixIdxTy; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7407 T = Context.IncompleteMatrixIdxTy; in GetType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1364 InitBuiltinType(IncompleteMatrixIdxTy, BuiltinType::IncompleteMatrixIdx); in InitBuiltinTypes()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp4990 Base, RowIdx, ColumnIdx, Context.IncompleteMatrixIdxTy, RBLoc); in CreateBuiltinMatrixSubscriptExpr()