HomeSort by relevance Sort by last modified time
    Searched full:export_function (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Index/
index-attrs.c 3 void __declspec(dllexport) export_function(void) {}
4 // CHECK: [indexDeclaraton]: kind: function | name: export_function | {{.*}} | lang: C
index-attrs.cpp 35 extern "C" void __declspec(dllexport) export_function(void) {} function
36 // CHECK: [indexDeclaraton]: kind: function | name: export_function | {{.*}} | lang: C

Completed in 54 milliseconds