Searched refs:SharedLocationCall (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/ |
H A D | NodeIntrospection.h | 34 using SharedLocationCall = llvm::IntrusiveRefCntPtr<LocationCall>; variable 39 LocationCall(SharedLocationCall on, std::string name, 50 SharedLocationCall m_on; 62 bool operator()(std::pair<SourceRange, SharedLocationCall> const &LHS, 63 std::pair<SourceRange, SharedLocationCall> const &RHS) const; 65 operator()(std::pair<SourceLocation, SharedLocationCall> const &LHS, 66 std::pair<SourceLocation, SharedLocationCall> const &RHS) const; 79 using SourceLocationMap = UniqueMultiMap<SourceLocation, SharedLocationCall>; 80 using SourceRangeMap = UniqueMultiMap<SourceRange, SharedLocationCall>;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
H A D | NodeIntrospection.cpp | 62 std::pair<SourceRange, SharedLocationCall> const &LHS, in operator ()() 63 std::pair<SourceRange, SharedLocationCall> const &RHS) const { in operator ()() 77 std::pair<SourceLocation, SharedLocationCall> const &LHS, in operator ()() 78 std::pair<SourceLocation, SharedLocationCall> const &RHS) const { in operator ()()
|