Lines Matching defs:isConfigurationValue
180 static bool isConfigurationValue(const ValueDecl *D, Preprocessor &PP);
189 static bool isConfigurationValue(const Stmt *S,
206 return isConfigurationValue(PE->getSubExpr(), PP, SilenceableCondVal,
221 return isConfigurationValue(cast<DeclRefExpr>(S)->getDecl(), PP);
237 return isConfigurationValue(cast<MemberExpr>(S)->getMemberDecl(), PP);
246 return isConfigurationValue(B->getLHS(), PP, SilenceableCondVal,
248 isConfigurationValue(B->getRHS(), PP, SilenceableCondVal,
258 isConfigurationValue(UO->getSubExpr(), PP, SilenceableCondVal,
274 static bool isConfigurationValue(const ValueDecl *D, Preprocessor &PP) {
276 return isConfigurationValue(ED->getInitExpr(), PP);
303 return isConfigurationValue(Term, PP);
314 return isConfigurationValue(Cond, PP);
712 isConfigurationValue(TermCond, PP, &SilenceableCondVal);