Home | History | Annotate | Download | only in Frontend

Lines Matching refs:DeclLoc

2208   SourceLocation DeclLoc = ND->getTypeSpecStartLoc();
2209 const char *startBuf = SM->getCharacterData(DeclLoc);
2221 ReplaceText(DeclLoc, endBuf-startBuf-1, TypeAsString);
2227 ReplaceText(DeclLoc, endBuf-startBuf-1, TypeAsString);
3971 SourceLocation DeclLoc = FD->getLocation();
3975 const char *startBuf = SM->getCharacterData(DeclLoc);
3982 DeclLoc = DeclLoc.getLocWithOffset(startArgList-startBuf);
3983 assert((DeclLoc.isValid()) && "Invalid DeclLoc");
3991 DeclLoc = DeclLoc.getLocWithOffset(argPtr-startArgList);
3992 ReplaceText(DeclLoc, 1, "*");
4073 SourceLocation DeclLoc = ND->getLocation();
4084 const char *startBuf = SM->getCharacterData(DeclLoc);
4089 SourceLocation Start = DeclLoc.getLocWithOffset(startBuf-endBuf);
4112 DeclLoc = ND->getLocation();
4113 startBuf = SM->getCharacterData(DeclLoc);
4226 SourceLocation DeclLoc = ND->getTypeSpecStartLoc();
4227 if (DeclLoc.isInvalid())
4230 DeclLoc = ND->getLocation();
4231 const char *startBuf = SM->getCharacterData(DeclLoc);
4319 ReplaceText(DeclLoc, endBuf-startBuf+nameSize, ByrefType);
4346 ReplaceText(DeclLoc, endBuf-startBuf, ByrefType);