Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGenCXX/
Ddllexport-no-dllexport-inlines.cpp113 struct __declspec(dllimport) ImportedClass { struct
118 …fine available_externally dllimport i32 @"?InClassDefFuncWithStaticVariable@ImportedClass@@QEAAHXZ" argument
121 …// CHECK-DAG: @"?static_variable@?1??InClassDefFuncWithStaticVariable@ImportedClass@@QEAAHXZ@4HA" … in InClassDefFuncWithStaticVariable() argument
/external/llvm-project/clang/unittests/AST/
DASTImporterTest.cpp2839 Decl *ImportedClass = nullptr; in test() local