Searched defs:ExplicitParams (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Sema/
H A DScopeInfo.h610 bool ExplicitParams; member in class:clang::sema::LambdaScopeInfo
/external/clang/lib/AST/
H A DExprCXX.cpp925 bool ExplicitParams,
939 ExplicitParams(ExplicitParams),
988 bool ExplicitParams,
1009 ExplicitParams, ExplicitResultType,
920 LambdaExpr(QualType T, SourceRange IntroducerRange, LambdaCaptureDefault CaptureDefault, SourceLocation CaptureDefaultLoc, ArrayRef<Capture> Captures, bool ExplicitParams, bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, ArrayRef<VarDecl *> ArrayIndexVars, ArrayRef<unsigned> ArrayIndexStarts, SourceLocation ClosingBrace, bool ContainsUnexpandedParameterPack) argument
982 Create(const ASTContext &Context, CXXRecordDecl *Class, SourceRange IntroducerRange, LambdaCaptureDefault CaptureDefault, SourceLocation CaptureDefaultLoc, ArrayRef<Capture> Captures, bool ExplicitParams, bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, ArrayRef<VarDecl *> ArrayIndexVars, ArrayRef<unsigned> ArrayIndexStarts, SourceLocation ClosingBrace, bool ContainsUnexpandedParameterPack) argument
/external/clang/lib/Sema/
H A DSemaLambda.cpp440 bool ExplicitParams,
452 LSI->ExplicitParams = ExplicitParams;
856 bool ExplicitParams = true; local
881 ExplicitParams = false;
918 if (ExplicitParams)
931 ExplicitParams,
1384 bool ExplicitParams; local
1395 ExplicitParams = LSI->ExplicitParams;
435 buildLambdaScope(LambdaScopeInfo *LSI, CXXMethodDecl *CallOperator, SourceRange IntroducerRange, LambdaCaptureDefault CaptureDefault, SourceLocation CaptureDefaultLoc, bool ExplicitParams, bool ExplicitResultType, bool Mutable) argument
[all...]

Completed in 7123 milliseconds