Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp3773 bool CodeGenModule::isTypeConstant(QualType Ty, bool ExcludeCtor) { in isTypeConstant() argument
3780 return ExcludeCtor && !Record->hasMutableFields() && in isTypeConstant()