Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DNodeIntrospection.h34 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>;
/llvm-project-15.0.7/clang/lib/Tooling/
H A DNodeIntrospection.cpp62 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 ()()
/llvm-project-15.0.7/clang/unittests/Introspection/
H A DIntrospectionTest.cpp80 SharedLocationCall Prefix; in TEST()
96 SharedLocationCall Prefix; in TEST()
109 SharedLocationCall Prefix; in TEST()
118 SharedLocationCall Prefix; in TEST()