Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTypeTraits.cpp2297 bool ContainsVoid = false; in DiagnoseNonConstructibleReason() local
2299 ContainsVoid |= ArgTy->isVoidType(); in DiagnoseNonConstructibleReason()
2302 if (ContainsVoid) in DiagnoseNonConstructibleReason()