Searched refs:getAtStartLoc (Results 1 – 4 of 4) sorted by relevance
1091 SourceLocation getAtStartLoc() const { return ObjCContainerDeclBits.AtStart; } in getAtStartLoc() function1103 return SourceRange(getAtStartLoc(), getAtEndRange().getEnd()); in getSourceRange()1295 return SourceRange(getAtStartLoc(), getLocation()); in getSourceRange()2220 return SourceRange(getAtStartLoc(), getLocation()); in getSourceRange()
4361 auto ToAtStartLoc = importChecked(Err, D->getAtStartLoc()); in VisitObjCCategoryDecl()4509 auto ToAtBeginLocOrErr = import(D->getAtStartLoc()); in VisitObjCProtocolDecl()4942 ExpectedSLoc AtBeginLocOrErr = import(D->getAtStartLoc()); in VisitObjCInterfaceDecl()4985 auto ToAtStartLoc = importChecked(Err, D->getAtStartLoc()); in VisitObjCCategoryImplDecl()5030 auto ToAtStartLoc = importChecked(Err, D->getAtStartLoc()); in VisitObjCImplementationDecl()
741 Record.AddSourceLocation(D->getAtStartLoc()); in VisitObjCContainerDecl()
3151 CDecl->getAtStartLoc(); in RewriteObjCInternalStruct()