Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp15363 QualType resType; in ActOnChooseExpr() local
15366 resType = Context.DependentTy; in ActOnChooseExpr()
15380 resType = ActiveExpr->getType(); in ActOnChooseExpr()
15386 resType, VK, OK, RPLoc, CondIsTrue); in ActOnChooseExpr()
H A DSemaChecking.cpp6535 QualType resType = TheCall->getArg(0)->getType(); in SemaBuiltinShuffleVector() local
6572 resType = Context.getVectorType(eltType, numResElements, in SemaBuiltinShuffleVector()
6606 return new (Context) ShuffleVectorExpr(Context, exprs, resType, in SemaBuiltinShuffleVector()