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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp1524 /// If ExcludeCtor is true, the duration when the object's constructor runs
1527 bool CodeGenModule::isTypeConstant(QualType Ty, bool ExcludeCtor) { argument
1534 return ExcludeCtor && !Record->hasMutableFields() &&
2771 Constant = isTypeConstant(MaterializedType, /*ExcludeCtor*/Value);

Completed in 16 milliseconds