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

/external/clang/lib/CodeGen/
H A DCGDeclCXX.cpp134 if (CGM.isTypeConstant(D.getType(), true))
H A DCodeGenModule.cpp1163 /// isTypeConstant - Determine whether an object of this type can be emitted
1169 bool CodeGenModule::isTypeConstant(QualType Ty, bool ExcludeCtor) { function in class:CodeGenModule
1235 GV->setConstant(isTypeConstant(D->getType(), false));
1663 isTypeConstant(D->getType(), true));
H A DCGDecl.cpp264 GV->setConstant(CGM.isTypeConstant(D.getType(), true));
819 CGM.isTypeConstant(Ty, true)) {
H A DCodeGenModule.h465 bool isTypeConstant(QualType QTy, bool ExcludeCtorDtor);

Completed in 81 milliseconds