Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7012 ExprResult BuildVectorLiteral(SourceLocation LParenLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp7713 return BuildVectorLiteral(LParenLoc, RParenLoc, CastExpr, castTInfo); in ActOnCastExpr()
7736 ExprResult Sema::BuildVectorLiteral(SourceLocation LParenLoc, in BuildVectorLiteral() function in Sema