Home | History | Annotate | Download | only in Frontend

Lines Matching defs:DeclLoc

2236   SourceLocation DeclLoc = ND->getTypeSpecStartLoc();
2237 const char *startBuf = SM->getCharacterData(DeclLoc);
2249 ReplaceText(DeclLoc, endBuf-startBuf-1, TypeAsString);
2255 ReplaceText(DeclLoc, endBuf-startBuf-1, TypeAsString);
4019 SourceLocation DeclLoc = FD->getLocation();
4023 const char *startBuf = SM->getCharacterData(DeclLoc);
4030 DeclLoc = DeclLoc.getLocWithOffset(startArgList-startBuf);
4031 assert((DeclLoc.isValid()) && "Invalid DeclLoc");
4039 DeclLoc = DeclLoc.getLocWithOffset(argPtr-startArgList);
4040 ReplaceText(DeclLoc, 1, "*");
4123 SourceLocation DeclLoc = ND->getLocation();
4134 const char *startBuf = SM->getCharacterData(DeclLoc);
4139 SourceLocation Start = DeclLoc.getLocWithOffset(startBuf-endBuf);
4162 DeclLoc = ND->getLocation();
4163 startBuf = SM->getCharacterData(DeclLoc);
4276 SourceLocation DeclLoc = ND->getTypeSpecStartLoc();
4277 if (DeclLoc.isInvalid())
4280 DeclLoc = ND->getLocation();
4281 const char *startBuf = SM->getCharacterData(DeclLoc);
4369 ReplaceText(DeclLoc, endBuf-startBuf+nameSize, ByrefType);
4396 ReplaceText(DeclLoc, endBuf-startBuf, ByrefType);