Home | History | Annotate | Download | only in Sema

Lines Matching refs:Sig

8900   TypeSourceInfo *Sig = GetTypeForDeclarator(ParamInfo, CurScope);
8901 QualType T = Sig->getType();
8912 TypeLoc tmp = Sig->getTypeLoc().IgnoreParens();
8925 Sig = Context.CreateTypeSourceInfo(Result.getType(), Size);
8926 Sig->getTypeLoc().initializeFullCopy(Result, Size);
8932 CurBlock->TheDecl->setSignatureAsWritten(Sig);