Home
last modified time | relevance | path

Searched refs:extern_c (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp39 bool extern_c) { in AddFunDecl() argument
64 if (extern_c) { in AddFunDecl()
H A DNameSearchContext.h88 clang::NamedDecl *AddFunDecl(const CompilerType &type, bool extern_c = false);
H A DClangExpressionDeclMap.cpp1829 const bool extern_c = (Language::LanguageIsC(lang) && in AddOneFunction() local
1834 if (!extern_c) { in AddOneFunction()
1907 function_decl = context.AddFunDecl(copied_function_type, extern_c); in AddOneFunction()
/openbsd/gnu/llvm/clang/lib/Headers/
H A Dmodule.modulemap10 module _Builtin_intrinsics [system] [extern_c] {
156 module _Builtin_stddef_max_align_t [system] [extern_c] {
/openbsd/gnu/llvm/libcxx/include/
H A Dmodule.modulemap.in4 module std_config [system] [extern_c] {
18 module depr [extern_c] {
/openbsd/gnu/llvm/clang/docs/
H A DModules.rst424 module std [system] [extern_c] {
514 The ``extern_c`` attribute specifies that the module contains C code that can be used from within C…