Searched refs:BuildAndDiagnose (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaExpr.cpp | 18374 SourceLocation Loc, const bool BuildAndDiagnose, in captureInBlock() argument 18383 if (BuildAndDiagnose) { in captureInBlock() 18395 if (BuildAndDiagnose) { in captureInBlock() 18412 if (BuildAndDiagnose) { in captureInBlock() 18433 if (BuildAndDiagnose) in captureInBlock() 18443 const bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, in captureInCapturedRegion() argument 18473 if (BuildAndDiagnose) in captureInCapturedRegion() 18482 SourceLocation Loc, const bool BuildAndDiagnose, in captureInLambda() argument 18496 if (BuildAndDiagnose && S.Context.getTargetInfo().getTriple().isWasm() && in captureInLambda() 18536 if (BuildAndDiagnose) { in captureInLambda() [all …]
|
| HD | SemaExprCXX.cpp | 1297 bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt, in CheckCXXThisCapture() argument 1338 CSI->Captures[CSI->CXXThisCaptureIndex - 1].markUsed(BuildAndDiagnose); in CheckCXXThisCapture() 1344 if (BuildAndDiagnose) { in CheckCXXThisCapture() 1367 if (BuildAndDiagnose) { in CheckCXXThisCapture() 1378 if (!BuildAndDiagnose) return false; in CheckCXXThisCapture()
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| HD | Sema.h | 6638 bool BuildAndDiagnose, QualType &CaptureType, 8089 SourceLocation Loc, bool Explicit = false, bool BuildAndDiagnose = true,
|