kythe.io@v0.0.68-0.20240422202219-7225dbc01741/third_party/llvm/src/clang_builtin_headers.h (about) 1 #ifndef KYTHE_CXX_EXTRACTOR_CLANG_BUILTIN_HEADERS_H_ 2 #define KYTHE_CXX_EXTRACTOR_CLANG_BUILTIN_HEADERS_H_ 3 4 #include <stddef.h> 5 6 struct FileToc { 7 const char *name; 8 const char *data; 9 }; 10 11 extern const struct FileToc* builtin_headers_create(); 12 13 #endif