Searched refs:getCategoryNameLoc (Results 1 – 6 of 6) sorted by relevance
487 SourceLocation CategoryLoc = D->getCategoryNameLoc(); in VisitObjCCategoryDecl()505 SourceLocation CategoryLoc = D->getCategoryNameLoc(); in VisitObjCCategoryImplDecl()
756 : D->getCategoryNameLoc(); in handleObjCCategory()788 SourceLocation CategoryLoc = D->getCategoryNameLoc(); in handleObjCCategoryImpl()
5053 return cxloc::translateSourceRange(Ctx, CD->getCategoryNameLoc());5056 return cxloc::translateSourceRange(Ctx, CID->getCategoryNameLoc());
2445 SourceLocation getCategoryNameLoc() const { return CategoryNameLoc; } in getCategoryNameLoc() function2559 SourceLocation getCategoryNameLoc() const { return CategoryNameLoc; } in getCategoryNameLoc() function
854 Record.AddSourceLocation(D->getCategoryNameLoc()); in VisitObjCCategoryDecl()902 Record.AddSourceLocation(D->getCategoryNameLoc()); in VisitObjCCategoryImplDecl()
4596 auto ToCategoryNameLoc = importChecked(Err, D->getCategoryNameLoc()); in VisitObjCCategoryDecl()5312 auto ToCategoryNameLoc = importChecked(Err, D->getCategoryNameLoc()); in VisitObjCCategoryImplDecl()