Searched refs:ExprTimeTraceScope (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 661 class ExprTimeTraceScope { class 663 ExprTimeTraceScope(const Expr *E, const ASTContext &Ctx, StringRef Name) in ExprTimeTraceScope() function in __anon6b6c21b10111::ExprTimeTraceScope 15208 ExprTimeTraceScope TimeScope(this, Ctx, "EvaluateAsRValue"); in EvaluateAsRValue() 15218 ExprTimeTraceScope TimeScope(this, Ctx, "EvaluateAsBooleanCondition"); in EvaluateAsBooleanCondition() 15229 ExprTimeTraceScope TimeScope(this, Ctx, "EvaluateAsInt"); in EvaluateAsInt() 15240 ExprTimeTraceScope TimeScope(this, Ctx, "EvaluateAsFixedPoint"); in EvaluateAsFixedPoint() 15255 ExprTimeTraceScope TimeScope(this, Ctx, "EvaluateAsFloat"); in EvaluateAsFloat() 15271 ExprTimeTraceScope TimeScope(this, Ctx, "EvaluateAsLValue"); in EvaluateAsLValue() 15319 ExprTimeTraceScope TimeScope(this, Ctx, "EvaluateAsConstantExpr"); in EvaluateAsConstantExpr() 15467 ExprTimeTraceScope TimeScope(this, Ctx, "EvaluateKnownConstInt"); in EvaluateKnownConstInt() [all …]
|