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

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp798 bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt) {
817 if (BuildAndDiagnose)
832 if (BuildAndDiagnose)
838 if (!BuildAndDiagnose) return false;
5890 /*BuildAndDiagnose*/false, CaptureType,
5896 /*BuildAndDiagnose*/true, CaptureType,
5911 /*Explicit*/ false, /*BuildAndDiagnose*/ true,
797 CheckCXXThisCapture(SourceLocation Loc, bool Explicit, bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt) argument
H A DSemaExpr.cpp11717 const bool BuildAndDiagnose,
11727 if (BuildAndDiagnose) {
11737 if (BuildAndDiagnose) {
11755 if (S.getLangOpts().CPlusPlus && BuildAndDiagnose) {
11796 if (BuildAndDiagnose)
11809 const bool BuildAndDiagnose,
11820 if (BuildAndDiagnose) {
11841 if (BuildAndDiagnose)
11976 const bool BuildAndDiagnose,
12026 if (BuildAndDiagnose) {
11715 captureInBlock(BlockScopeInfo *BSI, VarDecl *Var, SourceLocation Loc, const bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, const bool Nested, Sema &S) argument
11806 captureInCapturedRegion(CapturedRegionScopeInfo *RSI, VarDecl *Var, SourceLocation Loc, const bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, const bool RefersToEnclosingLocal, Sema &S) argument
11973 captureInLambda(LambdaScopeInfo *LSI, VarDecl *Var, SourceLocation Loc, const bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, const bool RefersToEnclosingLocal, const Sema::TryCaptureKind Kind, SourceLocation EllipsisLoc, const bool IsTopScope, Sema &S) argument
12081 tryCaptureVariable(VarDecl *Var, SourceLocation ExprLoc, TryCaptureKind Kind, SourceLocation EllipsisLoc, bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) argument
[all...]

Completed in 406 milliseconds