Searched refs:getAtStartLoc (Results 1 – 4 of 4) sorted by relevance
561 SourceLocation getAtStartLoc() const { return AtStart; } in getAtStartLoc() function717 return SourceRange(getAtStartLoc(), getLocation()); in getSourceRange()1484 return SourceRange(getAtStartLoc(), getLocation()); in getSourceRange()
3295 Importer.Import(D->getAtStartLoc()), in VisitObjCCategoryDecl()3423 Importer.Import(D->getAtStartLoc()), in VisitObjCProtocolDecl()3573 Importer.Import(D->getAtStartLoc()), in VisitObjCInterfaceDecl()3605 Importer.Import(D->getAtStartLoc()), in VisitObjCCategoryImplDecl()3650 Importer.Import(D->getAtStartLoc()), in VisitObjCImplementationDecl()
461 Writer.AddSourceLocation(D->getAtStartLoc(), Record); in VisitObjCContainerDecl()
3212 CDecl->getAtStartLoc(); in RewriteObjCInternalStruct()