Home
last modified time | relevance | path

Searched refs:protocol_locs (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h1373 protocol_loc_range protocol_locs() const { in protocol_locs() function
2138 protocol_loc_range protocol_locs() const { in protocol_locs() function
2366 protocol_loc_range protocol_locs() const { in protocol_locs() function
H A DRecursiveASTVisitor.h1659 for (auto It : llvm::zip(D->protocols(), D->protocol_locs())) {
1682 for (auto It : llvm::zip(D->protocols(), D->protocol_locs())) {
1691 for (auto It : llvm::zip(D->protocols(), D->protocol_locs())) {
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp771 for (const auto &PL : D->protocol_locs()) in VisitObjCInterfaceDecl()
826 for (const auto &PL : D->protocol_locs()) in VisitObjCProtocolDecl()
848 for (const auto &PL : D->protocol_locs()) in VisitObjCCategoryDecl()