Searched refs:ExprTimeTraceScope (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 676 class ExprTimeTraceScope { class 678 ExprTimeTraceScope(const Expr *E, const ASTContext &Ctx, StringRef Name) in ExprTimeTraceScope() function in __anonfb577fba0111::ExprTimeTraceScope 15980 ExprTimeTraceScope TimeScope(this, Ctx, "EvaluateAsRValue"); in EvaluateAsRValue() 15990 ExprTimeTraceScope TimeScope(this, Ctx, "EvaluateAsBooleanCondition"); in EvaluateAsBooleanCondition() 16001 ExprTimeTraceScope TimeScope(this, Ctx, "EvaluateAsInt"); in EvaluateAsInt() 16012 ExprTimeTraceScope TimeScope(this, Ctx, "EvaluateAsFixedPoint"); in EvaluateAsFixedPoint() 16027 ExprTimeTraceScope TimeScope(this, Ctx, "EvaluateAsFloat"); in EvaluateAsFloat() 16043 ExprTimeTraceScope TimeScope(this, Ctx, "EvaluateAsLValue"); in EvaluateAsLValue() 16091 ExprTimeTraceScope TimeScope(this, Ctx, "EvaluateAsConstantExpr"); in EvaluateAsConstantExpr() 16267 ExprTimeTraceScope TimeScope(this, Ctx, "EvaluateKnownConstInt"); in EvaluateKnownConstInt() [all …]
|