Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Ddllexport-no-dllexport-inlines.cpp113 struct __declspec(dllimport) ImportedClass { struct
118 …ilable_externally dllimport noundef i32 @"?InClassDefFuncWithStaticVariable@ImportedClass@@QEAAHXZ" argument
121 …// CHECK-DAG: @"?static_variable@?1??InClassDefFuncWithStaticVariable@ImportedClass@@QEAAHXZ@4HA" … in InClassDefFuncWithStaticVariable() argument
/llvm-project/clang/test/SemaCXX/
H A Ddllimport.cpp1532 class __declspec(dllimport) ImportedClass {}; class
H A Ddllexport.cpp438 class __declspec(dllimport) ImportedClass {}; class
/llvm-project/clang/unittests/AST/
H A DASTImporterTest.cpp3274 Decl *ImportedClass = nullptr; test() local