Home
last modified time | relevance | path

Searched refs:ExprTimeTraceScope (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp695 class ExprTimeTraceScope { class
697 ExprTimeTraceScope(const Expr *E, const ASTContext &Ctx, StringRef Name) in ExprTimeTraceScope() function in __anonfb577fba0111::ExprTimeTraceScope
16892 ExprTimeTraceScope TimeScope(this, Ctx, "EvaluateAsRValue"); in EvaluateAsRValue()
16902 ExprTimeTraceScope TimeScope(this, Ctx, "EvaluateAsBooleanCondition"); in EvaluateAsBooleanCondition()
16913 ExprTimeTraceScope TimeScope(this, Ctx, "EvaluateAsInt"); in EvaluateAsInt()
16924 ExprTimeTraceScope TimeScope(this, Ctx, "EvaluateAsFixedPoint"); in EvaluateAsFixedPoint()
16939 ExprTimeTraceScope TimeScope(this, Ctx, "EvaluateAsFloat"); in EvaluateAsFloat()
16955 ExprTimeTraceScope TimeScope(this, Ctx, "EvaluateAsLValue"); in EvaluateAsLValue()
17003 ExprTimeTraceScope TimeScope(this, Ctx, "EvaluateAsConstantExpr"); in EvaluateAsConstantExpr()
17174 ExprTimeTraceScope TimeScope(this, Ctx, "EvaluateKnownConstInt"); in EvaluateKnownConstInt()
[all …]