Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp264 TyposCorrected(0), IsBuildingRecoveryCallExpr(false), NumSFINAEErrors(0), in Sema()
H A DSemaOverload.cpp13697 assert(SemaRef.IsBuildingRecoveryCallExpr == false); in BuildRecoveryCallExprRAII()
13698 SemaRef.IsBuildingRecoveryCallExpr = true; in BuildRecoveryCallExprRAII()
13701 ~BuildRecoveryCallExprRAII() { SemaRef.IsBuildingRecoveryCallExpr = false; } in ~BuildRecoveryCallExprRAII()
13724 if (SemaRef.IsBuildingRecoveryCallExpr) in BuildRecoveryCallExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9783 bool IsBuildingRecoveryCallExpr; variable