Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6989 bool JustWarn = false; in checkDLLAttributeRedeclaration() local
6993 JustWarn = true; in checkDLLAttributeRedeclaration()
6996 JustWarn = true; in checkDLLAttributeRedeclaration()
7004 JustWarn = false; in checkDLLAttributeRedeclaration()
7006 unsigned DiagID = JustWarn ? diag::warn_attribute_dll_redeclaration in checkDLLAttributeRedeclaration()
7012 if (!JustWarn) { in checkDLLAttributeRedeclaration()