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

/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp1471 /// isTypeConstant - Determine whether an object of this type can be emitted
1477 bool CodeGenModule::isTypeConstant(QualType Ty, bool ExcludeCtor) { function in class:CodeGenModule
1543 GV->setConstant(isTypeConstant(D->getType(), false));
1809 isTypeConstant(D->getType(), true));
2691 Constant = isTypeConstant(MaterializedType, /*ExcludeCtor*/Value);

Completed in 66 milliseconds