Home
last modified time | relevance | path

Searched refs:getCategoryNameLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp487 SourceLocation CategoryLoc = D->getCategoryNameLoc(); in VisitObjCCategoryDecl()
505 SourceLocation CategoryLoc = D->getCategoryNameLoc(); in VisitObjCCategoryImplDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2457 SourceLocation getCategoryNameLoc() const { return CategoryNameLoc; } in getCategoryNameLoc() function
2569 SourceLocation getCategoryNameLoc() const { return CategoryNameLoc; } in getCategoryNameLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp951 Record.AddSourceLocation(D->getCategoryNameLoc()); in VisitObjCCategoryDecl()
999 Record.AddSourceLocation(D->getCategoryNameLoc()); in VisitObjCCategoryImplDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4913 auto ToCategoryNameLoc = importChecked(Err, D->getCategoryNameLoc()); in VisitObjCCategoryDecl()
5629 auto ToCategoryNameLoc = importChecked(Err, D->getCategoryNameLoc()); in VisitObjCCategoryImplDecl()