Go to the documentation of this file.
14 #ifndef LLVM_CLANG_C_PLATFORM_H
15 #define LLVM_CLANG_C_PLATFORM_H
24 #define CINDEX_LINKAGE __declspec(dllexport)
26 #define CINDEX_LINKAGE __declspec(dllimport)
29 #define CINDEX_LINKAGE
33 #define CINDEX_DEPRECATED __attribute__((deprecated))
36 #define CINDEX_DEPRECATED __declspec(deprecated)
38 #define CINDEX_DEPRECATED