Home
last modified time | relevance | path

Searched refs:getFixedSizeElementType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExpr.cpp731 static QualType getFixedSizeElementType(const ASTContext &astContext, in getFixedSizeElementType() function
763 eltType = getFixedSizeElementType(cgf.getContext(), vla); in emitArraySubscriptPtr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4211 static QualType getFixedSizeElementType(const ASTContext &ctx, in getFixedSizeElementType() function
4300 eltType = getFixedSizeElementType(CGF.getContext(), vla); in emitArraySubscriptGEP()