Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching refs:externalFunc

312 // MSC-DAG: declare dllimport void @"\01?externalFunc@ns@@YAXXZ"()
314 namespace ns { __declspec(dllimport) void externalFunc(); }
315 USE(ns::externalFunc)