Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp2999 bool CodeGenModule::isTypeConstant(QualType Ty, bool ExcludeCtor) { in isTypeConstant() argument
3006 return ExcludeCtor && !Record->hasMutableFields() && in isTypeConstant()