Searched refs:isUsableInConstantExpressions (Results 1 – 12 of 12) sorted by relevance
46 if (!VD->isUsableInConstantExpressions(VD->getASTContext())) in hasValidIntValue()
1842 bool MaterializeTemporaryExpr::isUsableInConstantExpressions( in isUsableInConstantExpressions() function in MaterializeTemporaryExpr1853 VD->isUsableInConstantExpressions(Context); in isUsableInConstantExpressions()
2493 bool VarDecl::isUsableInConstantExpressions(const ASTContext &Context) const { in isUsableInConstantExpressions() function in VarDecl
4273 if (!MTE->isUsableInConstantExpressions(Info.Ctx) && in findCompleteObject()5165 !VD->isUsableInConstantExpressions(Info.Ctx)) { in CheckLocalVariableDeclaration()16542 if (VD && VD->isUsableInConstantExpressions(Ctx) && in CheckICE()
1055 if (!VD->isUsableInConstantExpressions(Self.Context)) in canVarDeclThrow()
2253 VD->isUsableInConstantExpressions(Context)) in getNonOdrUseReasonInCurrentContext()19101 if (!VD->isUsableInConstantExpressions(S.Context)) in rebuildPotentialResultsAsNonOdrUsed()19454 !VD->isUsableInConstantExpressions(SemaRef.Context)) in DoMarkPotentialCapture()19615 if (E && Var->isUsableInConstantExpressions(SemaRef.Context)) in DoMarkVarDeclReferenced()
11843 !VD->isUsableInConstantExpressions(Context)) in CheckComparisonCategoryType() 18369 VD && (VD->isUsableInConstantExpressions(Context) || in ActOnCXXExitDeclInitializer()
8547 return !Var->isUsableInConstantExpressions(Context); in VariableCanNeverBeAConstantExpression()
21694 if (VD->isUsableInConstantExpressions(getASTContext())) in isOpenMPDeclareMapperVarDeclAllowed()
1346 bool isUsableInConstantExpressions(const ASTContext &C) const;
4800 bool isUsableInConstantExpressions(const ASTContext &Context) const;
2835 if (!VD->isUsableInConstantExpressions(S.getCtx())) { in CheckDecl()