Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp205 IsBuildingRecoveryCallExpr(false), LateTemplateParser(nullptr), in Sema()
H A DSemaOverload.cpp13672 assert(SemaRef.IsBuildingRecoveryCallExpr == false); in BuildRecoveryCallExprRAII()
13673 SemaRef.IsBuildingRecoveryCallExpr = true; in BuildRecoveryCallExprRAII()
13676 ~BuildRecoveryCallExprRAII() { SemaRef.IsBuildingRecoveryCallExpr = false; } in ~BuildRecoveryCallExprRAII()
13699 if (SemaRef.IsBuildingRecoveryCallExpr) in BuildRecoveryCallExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h802 bool IsBuildingRecoveryCallExpr; variable