16#ifndef CPPINTEROP_CXCPPINTEROP_H
17#define CPPINTEROP_CXCPPINTEROP_H
44#pragma clang diagnostic push
45#pragma clang diagnostic ignored "-Wreturn-type-c-linkage"
49#include "CppInterOp/CXCppInterOpDecl.inc"
68#pragma clang diagnostic pop
CPPINTEROP_API intptr_t cppinterop_Evaluate(const char *code, bool *HadError)
C-ABI overload of Cpp::Evaluate.
CPPINTEROP_API CppInterOpArray cppinterop_GetClassTemplatedMethods(const char *name, CppConstDeclRef parent)
Returns the templated method scopes inside parent matching name.
Opaque handle types for the CppInterOp C and C++ API.
C-compatible array of opaque pointers, returned by generated C API wrappers for functions that produc...