Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp13486 QualType resType; in ActOnChooseExpr() local
13490 resType = Context.DependentTy; in ActOnChooseExpr()
13506 resType = ActiveExpr->getType(); in ActOnChooseExpr()
13513 ChooseExpr(BuiltinLoc, CondExpr, LHSExpr, RHSExpr, resType, VK, OK, RPLoc, in ActOnChooseExpr()
13514 CondIsTrue, resType->isDependentType(), ValueDependent); in ActOnChooseExpr()
H A DSemaChecking.cpp5672 QualType resType = TheCall->getArg(0)->getType(); in SemaBuiltinShuffleVector() local
5709 resType = Context.getVectorType(eltType, numResElements, in SemaBuiltinShuffleVector()
5742 return new (Context) ShuffleVectorExpr(Context, exprs, resType, in SemaBuiltinShuffleVector()