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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3414 /// If ExcludeCtor is true, the duration when the object's constructor runs
3417 bool CodeGenModule::isTypeConstant(QualType Ty, bool ExcludeCtor) { argument
3424 return ExcludeCtor && !Record->hasMutableFields() &&
5108 Constant = isTypeConstant(MaterializedType, /*ExcludeCtor*/Value);

Completed in 125 milliseconds