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

/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp1166 /// If ExcludeCtor is true, the duration when the object's constructor runs
1169 bool CodeGenModule::isTypeConstant(QualType Ty, bool ExcludeCtor) { argument
1176 return ExcludeCtor && !Record->hasMutableFields() &&

Completed in 33 milliseconds