Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DDeclObjC.h788 protocol_loc_iterator protocol_loc_end() const { in protocol_loc_end() function
1437 protocol_loc_iterator protocol_loc_end() const { in protocol_loc_end() function
1623 protocol_loc_iterator protocol_loc_end() const { in protocol_loc_end() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriterDecl.cpp500 PLEnd = D->protocol_loc_end(); in VisitObjCInterfaceDecl()
558 PLEnd = D->protocol_loc_end(); in VisitObjCProtocolDecl()
582 PL = D->protocol_loc_begin(), PLEnd = D->protocol_loc_end(); in VisitObjCCategoryDecl()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
DObjCMT.cpp586 ObjCInterfaceDecl::protocol_loc_iterator PL = IDecl->protocol_loc_end() - 1; in rewriteToObjCInterfaceDecl()