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.cpp325 TyposCorrected(0), IsBuildingRecoveryCallExpr(false), NumSFINAEErrors(0), in Sema()
H A DSemaOverload.cpp14462 assert(SemaRef.IsBuildingRecoveryCallExpr == false); in BuildRecoveryCallExprRAII()
14463 SemaRef.IsBuildingRecoveryCallExpr = true; in BuildRecoveryCallExprRAII()
14466 ~BuildRecoveryCallExprRAII() { SemaRef.IsBuildingRecoveryCallExpr = false; } in ~BuildRecoveryCallExprRAII()
14489 if (SemaRef.IsBuildingRecoveryCallExpr) in BuildRecoveryCallExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9981 bool IsBuildingRecoveryCallExpr; variable