Searched refs:BuildAndDiagnose (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 13289 const bool BuildAndDiagnose, in captureInBlock() argument 13299 if (BuildAndDiagnose) { in captureInBlock() 13309 if (BuildAndDiagnose) { in captureInBlock() 13328 if (S.getLangOpts().CPlusPlus && BuildAndDiagnose) { in captureInBlock() 13369 if (BuildAndDiagnose) in captureInBlock() 13382 const bool BuildAndDiagnose, in captureInCapturedRegion() argument 13402 if (BuildAndDiagnose) { in captureInCapturedRegion() 13423 if (BuildAndDiagnose) in captureInCapturedRegion() 13453 const bool BuildAndDiagnose, in captureInLambda() argument 13503 if (BuildAndDiagnose) { in captureInLambda() [all …]
|
D | SemaExprCXX.cpp | 1075 bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt, in CheckCXXThisCapture() argument 1120 if (BuildAndDiagnose) in CheckCXXThisCapture() 1139 if (BuildAndDiagnose) in CheckCXXThisCapture() 1146 if (!BuildAndDiagnose) return false; in CheckCXXThisCapture()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 17181 const bool BuildAndDiagnose, in captureInBlock() argument 17192 if (BuildAndDiagnose) { in captureInBlock() 17204 if (BuildAndDiagnose) { in captureInBlock() 17221 if (BuildAndDiagnose) { in captureInBlock() 17242 if (BuildAndDiagnose) in captureInBlock() 17254 const bool BuildAndDiagnose, in captureInCapturedRegion() argument 17284 if (BuildAndDiagnose) in captureInCapturedRegion() 17295 const bool BuildAndDiagnose, in captureInLambda() argument 17345 if (BuildAndDiagnose) { in captureInLambda() 17356 if (!Invalid && BuildAndDiagnose) { in captureInLambda() [all …]
|
D | SemaExprCXX.cpp | 1234 bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt, in CheckCXXThisCapture() argument 1275 CSI->Captures[CSI->CXXThisCaptureIndex - 1].markUsed(BuildAndDiagnose); in CheckCXXThisCapture() 1281 if (BuildAndDiagnose) in CheckCXXThisCapture() 1300 if (BuildAndDiagnose) in CheckCXXThisCapture() 1307 if (!BuildAndDiagnose) return false; in CheckCXXThisCapture()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3724 SourceLocation EllipsisLoc, bool BuildAndDiagnose, 4726 bool BuildAndDiagnose = true,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 4880 SourceLocation EllipsisLoc, bool BuildAndDiagnose, 6014 bool BuildAndDiagnose = true,
|