Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSema.cpp159 IsBuildingRecoveryCallExpr(false), Cleanup{}, LateTemplateParser(nullptr), in Sema()
HDSemaOverload.cpp12560 assert(SemaRef.IsBuildingRecoveryCallExpr == false); in BuildRecoveryCallExprRAII()
12561 SemaRef.IsBuildingRecoveryCallExpr = true; in BuildRecoveryCallExprRAII()
12565 SemaRef.IsBuildingRecoveryCallExpr = false; in ~BuildRecoveryCallExprRAII()
12587 if (SemaRef.IsBuildingRecoveryCallExpr) in BuildRecoveryCallExpr()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h599 bool IsBuildingRecoveryCallExpr; variable