reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ExprConstant.cpp
 4393   BlockScopeRAII Scope(Info);
 4399       EvalStmtResult ESR = EvaluateStmt(Result, Info, Init);
 4407     FullExpressionRAII CondScope(Info);
 4409         !EvaluateDecl(Info, SS->getConditionVariable()))
 4411     if (!EvaluateInteger(SS->getCond(), Value, Info))
 4428     APSInt LHS = CS->getLHS()->EvaluateKnownConstInt(Info.Ctx);
 4429     APSInt RHS = CS->getRHS() ? CS->getRHS()->EvaluateKnownConstInt(Info.Ctx)
 4441   EvalStmtResult ESR = EvaluateStmt(Result, Info, SS->getBody(), Found);
 4456     Info.FFDiag(Found->getBeginLoc(),