Searched refs:BuildAndDiagnose (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 18820 SourceLocation Loc, const bool BuildAndDiagnose, in captureInBlock() argument 18829 if (BuildAndDiagnose) { in captureInBlock() 18841 if (BuildAndDiagnose) { in captureInBlock() 18858 if (BuildAndDiagnose) { in captureInBlock() 18879 if (BuildAndDiagnose) in captureInBlock() 18889 const bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, in captureInCapturedRegion() argument 18919 if (BuildAndDiagnose) in captureInCapturedRegion() 18928 SourceLocation Loc, const bool BuildAndDiagnose, in captureInLambda() argument 18942 if (BuildAndDiagnose && S.Context.getTargetInfo().getTriple().isWasm() && in captureInLambda() 18982 if (BuildAndDiagnose) { in captureInLambda() [all …]
|
| H A D | SemaExprCXX.cpp | 1279 bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt, in CheckCXXThisCapture() argument 1320 CSI->Captures[CSI->CXXThisCaptureIndex - 1].markUsed(BuildAndDiagnose); in CheckCXXThisCapture() 1326 if (BuildAndDiagnose) { in CheckCXXThisCapture() 1349 if (BuildAndDiagnose) { in CheckCXXThisCapture() 1360 if (!BuildAndDiagnose) return false; in CheckCXXThisCapture()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 7057 bool BuildAndDiagnose, QualType &CaptureType, 8415 SourceLocation Loc, bool Explicit = false, bool BuildAndDiagnose = true,
|