Searched refs:getAtStartLoc (Results 1 – 4 of 4) sorted by relevance
1093 SourceLocation getAtStartLoc() const { return ObjCContainerDeclBits.AtStart; } in getAtStartLoc() function1105 return SourceRange(getAtStartLoc(), getAtEndRange().getEnd()); in getSourceRange()1297 return SourceRange(getAtStartLoc(), getLocation()); in getSourceRange()2232 return SourceRange(getAtStartLoc(), getLocation()); in getSourceRange()
4485 auto ToAtStartLoc = importChecked(Err, D->getAtStartLoc()); in VisitObjCCategoryDecl()4633 auto ToAtBeginLocOrErr = import(D->getAtStartLoc()); in VisitObjCProtocolDecl()5157 ExpectedSLoc AtBeginLocOrErr = import(D->getAtStartLoc()); in VisitObjCInterfaceDecl()5200 auto ToAtStartLoc = importChecked(Err, D->getAtStartLoc()); in VisitObjCCategoryImplDecl()5245 auto ToAtStartLoc = importChecked(Err, D->getAtStartLoc()); in VisitObjCImplementationDecl()
747 Record.AddSourceLocation(D->getAtStartLoc()); in VisitObjCContainerDecl()
3139 CDecl->getAtStartLoc(); in RewriteObjCInternalStruct()