Searched refs:getAtStartLoc (Results 1 – 4 of 4) sorted by relevance
1089 SourceLocation getAtStartLoc() const { return ObjCContainerDeclBits.AtStart; } in getAtStartLoc() function1101 return SourceRange(getAtStartLoc(), getAtEndRange().getEnd()); in getSourceRange()1300 return SourceRange(getAtStartLoc(), getLocation()); in getSourceRange()2266 return SourceRange(getAtStartLoc(), getLocation()); in getSourceRange()
4595 auto ToAtStartLoc = importChecked(Err, D->getAtStartLoc()); in VisitObjCCategoryDecl()4743 auto ToAtBeginLocOrErr = import(D->getAtStartLoc()); in VisitObjCProtocolDecl()5268 ExpectedSLoc AtBeginLocOrErr = import(D->getAtStartLoc()); in VisitObjCInterfaceDecl()5311 auto ToAtStartLoc = importChecked(Err, D->getAtStartLoc()); in VisitObjCCategoryImplDecl()5356 auto ToAtStartLoc = importChecked(Err, D->getAtStartLoc()); in VisitObjCImplementationDecl()
759 Record.AddSourceLocation(D->getAtStartLoc()); in VisitObjCContainerDecl()
3139 CDecl->getAtStartLoc(); in RewriteObjCInternalStruct()