Searched refs:resType (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaExpr.cpp | 11175 QualType resType; in ActOnChooseExpr() local 11179 resType = Context.DependentTy; in ActOnChooseExpr() 11195 resType = ActiveExpr->getType(); in ActOnChooseExpr() 11202 ChooseExpr(BuiltinLoc, CondExpr, LHSExpr, RHSExpr, resType, VK, OK, RPLoc, in ActOnChooseExpr() 11203 CondIsTrue, resType->isDependentType(), ValueDependent); in ActOnChooseExpr()
|
| HD | SemaChecking.cpp | 2471 QualType resType = TheCall->getArg(0)->getType(); in SemaBuiltinShuffleVector() local 2505 resType = Context.getVectorType(eltType, numResElements, in SemaBuiltinShuffleVector() 2538 return new (Context) ShuffleVectorExpr(Context, exprs, resType, in SemaBuiltinShuffleVector()
|