Home | History | Annotate | Download | only in Frontend

Lines Matching refs:DeclLoc

2323   SourceLocation DeclLoc = ND->getTypeSpecStartLoc();
2324 const char *startBuf = SM->getCharacterData(DeclLoc);
2336 ReplaceText(DeclLoc, endBuf-startBuf-1, TypeAsString);
2342 ReplaceText(DeclLoc, endBuf-startBuf-1, TypeAsString);
4904 SourceLocation DeclLoc = FD->getLocation();
4908 const char *startBuf = SM->getCharacterData(DeclLoc);
4915 DeclLoc = DeclLoc.getLocWithOffset(startArgList-startBuf);
4916 assert((DeclLoc.isValid()) && "Invalid DeclLoc");
4924 DeclLoc = DeclLoc.getLocWithOffset(argPtr-startArgList);
4925 ReplaceText(DeclLoc, 1, "*");
5006 SourceLocation DeclLoc = ND->getLocation();
5017 const char *startBuf = SM->getCharacterData(DeclLoc);
5022 SourceLocation Start = DeclLoc.getLocWithOffset(startBuf-endBuf);
5045 DeclLoc = ND->getLocation();
5046 startBuf = SM->getCharacterData(DeclLoc);
5156 SourceLocation DeclLoc = ND->getTypeSpecStartLoc();
5157 if (DeclLoc.isInvalid())
5160 DeclLoc = ND->getLocation();
5161 const char *startBuf = SM->getCharacterData(DeclLoc);
5256 DeclLoc = ND->getLocation();
5257 const char *startDeclBuf = SM->getCharacterData(DeclLoc);
5262 DeclLoc = DeclLoc.getLocWithOffset(commaBuf - startDeclBuf);
5273 ReplaceText(DeclLoc, endBuf-startBuf+nameSize, ByrefType);
5285 ReplaceText(DeclLoc, endBuf-startBuf, ByrefType);