Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp131 IsBuildingRecoveryCallExpr(false), Cleanup{}, LateTemplateParser(nullptr), in Sema()
H A DSemaOverload.cpp11887 assert(SemaRef.IsBuildingRecoveryCallExpr == false); in BuildRecoveryCallExprRAII()
11888 SemaRef.IsBuildingRecoveryCallExpr = true; in BuildRecoveryCallExprRAII()
11892 SemaRef.IsBuildingRecoveryCallExpr = false; in ~BuildRecoveryCallExprRAII()
11923 if (SemaRef.IsBuildingRecoveryCallExpr) in BuildRecoveryCallExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h530 bool IsBuildingRecoveryCallExpr; variable