HomeSort by: relevance | last modified time | path
    Searched refs:NewTSI (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplate.cpp 10872 TypeSourceInfo *NewTSI
10876 if (!NewTSI)
10879 if (NewTSI->getType()->isUndeducedType()) {
10885 NewTSI = SubstAutoTypeSourceInfo(NewTSI, Context.DependentTy);
10888 if (NewTSI != NTTP->getTypeSourceInfo()) {
10889 NTTP->setTypeSourceInfo(NewTSI);
10890 NTTP->setType(NewTSI->getType());
SemaType.cpp 3278 TypeSourceInfo *NewTSI =
3281 return {NewT, NewTSI};

Completed in 26 milliseconds