Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/
H A DNodeIntrospection.h33 class LocationCall; variable
34 using SharedLocationCall = llvm::IntrusiveRefCntPtr<LocationCall>;
36 class LocationCall : public llvm::ThreadSafeRefCountedBase<LocationCall> {
39 LocationCall(SharedLocationCall on, std::string name,
43 LocationCall *on() const { return m_on.get(); } in on()
56 static void print(const LocationCall &Call, llvm::raw_ostream &OS);
57 static std::string format(const LocationCall &Call);
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/
H A DNodeIntrospection.cpp22 void LocationCallFormatterCpp::print(const LocationCall &Call, in print()
24 if (const LocationCall *On = Call.on()) { in print()
35 std::string LocationCallFormatterCpp::format(const LocationCall &Call) { in format()
45 static bool locationCallLessThan(const LocationCall *LHS, in locationCallLessThan()
46 const LocationCall *RHS) { in locationCallLessThan()