Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h1376 protocol_loc_range protocol_locs() const { in protocol_locs() function
2165 protocol_loc_range protocol_locs() const { in protocol_locs() function
2402 protocol_loc_range protocol_locs() const { in protocol_locs() function
H A DRecursiveASTVisitor.h1651 for (auto It : llvm::zip(D->protocols(), D->protocol_locs())) {
1674 for (auto It : llvm::zip(D->protocols(), D->protocol_locs())) {
1683 for (auto It : llvm::zip(D->protocols(), D->protocol_locs())) {
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp784 for (const auto &PL : D->protocol_locs()) in VisitObjCInterfaceDecl()
839 for (const auto &PL : D->protocol_locs()) in VisitObjCProtocolDecl()
862 for (const auto &PL : D->protocol_locs()) in VisitObjCCategoryDecl()