Home
last modified time | relevance | path

Searched refs:loc_end (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h112 loc_iterator loc_end() const { return Locations + size(); } in loc_end() function
1410 return data().ReferencedProtocols.loc_end(); in protocol_loc_end()
2194 return data().ReferencedProtocols.loc_end(); in protocol_loc_end()
2423 return ReferencedProtocols.loc_end(); in protocol_loc_end()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp387 return SourceRange(*PL.loc_begin(), *std::prev(PL.loc_end())); in diagnoseSubMismatchProtocols()