Searched refs:getAtStartLoc (Results 1 – 4 of 4) sorted by relevance
523 SourceLocation getAtStartLoc() const { return AtStart; } in getAtStartLoc() function672 return SourceRange(getAtStartLoc(), getLocation()); in getSourceRange()1263 return SourceRange(getAtStartLoc(), getLocation()); in getSourceRange()
3084 Importer.Import(D->getAtStartLoc()), in VisitObjCCategoryDecl()3212 Importer.Import(D->getAtStartLoc()), in VisitObjCProtocolDecl()3359 Importer.Import(D->getAtStartLoc()), in VisitObjCInterfaceDecl()3391 Importer.Import(D->getAtStartLoc()), in VisitObjCCategoryImplDecl()3436 Importer.Import(D->getAtStartLoc()), in VisitObjCImplementationDecl()
455 Writer.AddSourceLocation(D->getAtStartLoc(), Record); in VisitObjCContainerDecl()
3225 CDecl->getAtStartLoc(); in RewriteObjCInternalStruct()