class LocationCallFormatterCpp
Declaration
class LocationCallFormatterCpp { /* full declaration omitted */ };
Declared at: clang/include/clang/Tooling/NodeIntrospection.h:54
Method Overview
- public static std::string format(const clang::tooling::LocationCall & Call)
- public static void print(const clang::tooling::LocationCall & Call, llvm::raw_ostream & OS)
Methods
¶static std::string format(
const clang::tooling::LocationCall& Call)
static std::string format(
const clang::tooling::LocationCall& Call)
Declared at: clang/include/clang/Tooling/NodeIntrospection.h:57
Parameters
- const clang::tooling::LocationCall& Call
¶static void print(
const clang::tooling::LocationCall& Call,
llvm::raw_ostream& OS)
static void print(
const clang::tooling::LocationCall& Call,
llvm::raw_ostream& OS)
Declared at: clang/include/clang/Tooling/NodeIntrospection.h:56
Parameters
- const clang::tooling::LocationCall& Call
- llvm::raw_ostream& OS