Searched refs:EvalInfo (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 80 class EvalInfo; 388 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK); 445 void diagnoseUnsizedArrayPointerArithmetic(EvalInfo &Info, const Expr *E); 446 void diagnosePointerArithmetic(EvalInfo &Info, const Expr *E, 449 void adjustIndex(EvalInfo &Info, const Expr *E, APSInt N) { in adjustIndex() 530 EvalInfo &Info; 595 CallStackFrame(EvalInfo &Info, SourceRange CallRange, 701 static bool HandleDestruction(EvalInfo &Info, const Expr *E, 703 static bool HandleDestruction(EvalInfo &Info, SourceLocation Loc, 724 bool endLifetime(EvalInfo &Info, bool RunDestructors) { in endLifetime() [all …]
|