Searched refs:extern_c (Results 1 – 6 of 6) sorted by relevance
39 bool extern_c) { in AddFunDecl() argument64 if (extern_c) { in AddFunDecl()
88 clang::NamedDecl *AddFunDecl(const CompilerType &type, bool extern_c = false);
1829 const bool extern_c = (Language::LanguageIsC(lang) && in AddOneFunction() local1834 if (!extern_c) { in AddOneFunction()1907 function_decl = context.AddFunDecl(copied_function_type, extern_c); in AddOneFunction()
10 module _Builtin_intrinsics [system] [extern_c] {156 module _Builtin_stddef_max_align_t [system] [extern_c] {
4 module std_config [system] [extern_c] {18 module depr [extern_c] {
424 module std [system] [extern_c] {514 The ``extern_c`` attribute specifies that the module contains C code that can be used from within C…