Searched defs:BuildAndDiagnose (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp900 bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt) {
919 if (BuildAndDiagnose)
934 if (BuildAndDiagnose)
940 if (!BuildAndDiagnose) return false;
6368 /*BuildAndDiagnose*/false, CaptureType,
6374 /*BuildAndDiagnose*/true, CaptureType,
6389 /*Explicit*/ false, /*BuildAndDiagnose*/ true,
899 CheckCXXThisCapture(SourceLocation Loc, bool Explicit, bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt) argument
H A DSemaExpr.cpp12740 const bool BuildAndDiagnose,
12750 if (BuildAndDiagnose) {
12760 if (BuildAndDiagnose) {
12778 if (S.getLangOpts().CPlusPlus && BuildAndDiagnose) {
12819 if (BuildAndDiagnose)
12832 const bool BuildAndDiagnose,
12853 if (BuildAndDiagnose) {
12874 if (BuildAndDiagnose)
12904 const bool BuildAndDiagnose,
12954 if (BuildAndDiagnose) {
12738 captureInBlock(BlockScopeInfo *BSI, VarDecl *Var, SourceLocation Loc, const bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, const bool Nested, Sema &S) argument
12829 captureInCapturedRegion(CapturedRegionScopeInfo *RSI, VarDecl *Var, SourceLocation Loc, const bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, const bool RefersToCapturedVariable, Sema &S) argument
12901 captureInLambda(LambdaScopeInfo *LSI, VarDecl *Var, SourceLocation Loc, const bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, const bool RefersToCapturedVariable, const Sema::TryCaptureKind Kind, SourceLocation EllipsisLoc, const bool IsTopScope, Sema &S) argument
13003 tryCaptureVariable( VarDecl *Var, SourceLocation ExprLoc, TryCaptureKind Kind, SourceLocation EllipsisLoc, bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) argument
[all...]

Completed in 187 milliseconds