Home
last modified time | relevance | path

Searched defs:InternalLinkageType (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Ddllexport.cpp796 namespace { struct InternalLinkageType {}; } struct
800 void PR23308::f(InternalLinkageType*) {} in f() argument
/llvm-project/clang/test/SemaCXX/
H A Ddllexport.cpp427 namespace { struct InternalLinkageType {}; } struct
431 void PR23308::f(InternalLinkageType*) {} // No error; we don't try to export f because it has inter… in f() argument