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

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

Completed in 511 milliseconds