Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h111 loc_iterator loc_begin() const { return Locations; } in loc_begin() function
1396 return data().ReferencedProtocols.loc_begin(); in protocol_loc_begin()
2184 return data().ReferencedProtocols.loc_begin(); in protocol_loc_begin()
2418 return ReferencedProtocols.loc_begin(); in protocol_loc_begin()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp387 return SourceRange(*PL.loc_begin(), *std::prev(PL.loc_end())); in diagnoseSubMismatchProtocols()
406 SourceLocation FirstLoc = *(FirstProtocols.loc_begin() + I); in diagnoseSubMismatchProtocols()
407 SourceLocation SecondLoc = *(SecondProtocols.loc_begin() + I); in diagnoseSubMismatchProtocols()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp393 ObjCInterfaceDecl::protocol_loc_iterator LI = ProtList.loc_begin(); in handleReferencedProtocols()