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

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

Completed in 59 milliseconds