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

/external/clang/lib/CodeGen/
H A DCGDeclCXX.cpp144 if (CGM.isTypeConstant(D.getType(), true))
H A DCGDecl.cpp280 GV->setConstant(CGM.isTypeConstant(D.getType(), true));
869 CGM.isTypeConstant(Ty, true)) {
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);
H A DCodeGenModule.h618 bool isTypeConstant(QualType QTy, bool ExcludeCtorDtor);

Completed in 1154 milliseconds