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

/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp1578 /// If ExcludeCtor is true, the duration when the object's constructor runs
1581 bool CodeGenModule::isTypeConstant(QualType Ty, bool ExcludeCtor) { argument
1588 return ExcludeCtor && !Record->hasMutableFields() &&
2932 Constant = isTypeConstant(MaterializedType, /*ExcludeCtor*/Value);

Completed in 178 milliseconds