Home
last modified time | relevance | path

Searched refs:ClassExported (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp4709 const bool ClassExported = ClassAttr->getKind() == attr::DLLExport; in checkDLLAttribute() local
4710 const bool ClassImported = !ClassExported; in checkDLLAttribute()
4754 if (MD && ClassExported) { in checkDLLAttribute()