Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1384 protocol_loc_range protocol_locs() const { in protocol_locs() function
2176 protocol_loc_range protocol_locs() const { in protocol_locs() function
2413 protocol_loc_range protocol_locs() const { in protocol_locs() function
H A DRecursiveASTVisitor.h1632 for (auto It : llvm::zip(D->protocols(), D->protocol_locs())) {
1655 for (auto It : llvm::zip(D->protocols(), D->protocol_locs())) {
1664 for (auto It : llvm::zip(D->protocols(), D->protocol_locs())) {
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp843 for (const auto &PL : D->protocol_locs()) in VisitObjCInterfaceDecl()
898 for (const auto &PL : D->protocol_locs()) in VisitObjCProtocolDecl()
921 for (const auto &PL : D->protocol_locs()) in VisitObjCCategoryDecl()