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

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

Completed in 148 milliseconds