Home | History | Annotate | Download | only in Frontend

Lines Matching defs:DeclLoc

2330   SourceLocation DeclLoc = ND->getTypeSpecStartLoc();
2331 const char *startBuf = SM->getCharacterData(DeclLoc);
2343 ReplaceText(DeclLoc, endBuf-startBuf-1, TypeAsString);
2349 ReplaceText(DeclLoc, endBuf-startBuf-1, TypeAsString);
4970 SourceLocation DeclLoc = FD->getLocation();
4974 const char *startBuf = SM->getCharacterData(DeclLoc);
4981 DeclLoc = DeclLoc.getLocWithOffset(startArgList-startBuf);
4982 assert((DeclLoc.isValid()) && "Invalid DeclLoc");
4990 DeclLoc = DeclLoc.getLocWithOffset(argPtr-startArgList);
4991 ReplaceText(DeclLoc, 1, "*");
5074 SourceLocation DeclLoc = ND->getLocation();
5085 const char *startBuf = SM->getCharacterData(DeclLoc);
5090 SourceLocation Start = DeclLoc.getLocWithOffset(startBuf-endBuf);
5113 DeclLoc = ND->getLocation();
5114 startBuf = SM->getCharacterData(DeclLoc);
5224 SourceLocation DeclLoc = ND->getTypeSpecStartLoc();
5225 if (DeclLoc.isInvalid())
5228 DeclLoc = ND->getLocation();
5229 const char *startBuf = SM->getCharacterData(DeclLoc);
5324 DeclLoc = ND->getLocation();
5325 const char *startDeclBuf = SM->getCharacterData(DeclLoc);
5330 DeclLoc = DeclLoc.getLocWithOffset(commaBuf - startDeclBuf);
5341 ReplaceText(DeclLoc, endBuf-startBuf+nameSize, ByrefType);
5353 ReplaceText(DeclLoc, endBuf-startBuf, ByrefType);