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

/external/clang/include/clang/Sema/
H A DScopeInfo.h598 bool ExplicitParams; member in class:clang::sema::LambdaScopeInfo
/external/clang/lib/Sema/
H A DSemaLambda.cpp183 bool ExplicitParams,
193 LSI->ExplicitParams = ExplicitParams;
531 bool ExplicitParams = true; local
546 ExplicitParams = false;
590 if (ExplicitParams)
601 = enterLambdaScope(Method, Intro.Range, Intro.Default, ExplicitParams,
925 bool ExplicitParams; local
936 ExplicitParams = LSI->ExplicitParams;
180 enterLambdaScope(CXXMethodDecl *CallOperator, SourceRange IntroducerRange, LambdaCaptureDefault CaptureDefault, bool ExplicitParams, bool ExplicitResultType, bool Mutable) argument
[all...]
/external/clang/lib/AST/
H A DExprCXX.cpp861 bool ExplicitParams,
874 ExplicitParams(ExplicitParams),
922 bool ExplicitParams,
942 Captures, ExplicitParams, ExplicitResultType,
857 LambdaExpr(QualType T, SourceRange IntroducerRange, LambdaCaptureDefault CaptureDefault, ArrayRef<Capture> Captures, bool ExplicitParams, bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, ArrayRef<VarDecl *> ArrayIndexVars, ArrayRef<unsigned> ArrayIndexStarts, SourceLocation ClosingBrace, bool ContainsUnexpandedParameterPack) argument
917 Create(ASTContext &Context, CXXRecordDecl *Class, SourceRange IntroducerRange, LambdaCaptureDefault CaptureDefault, ArrayRef<Capture> Captures, bool ExplicitParams, bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, ArrayRef<VarDecl *> ArrayIndexVars, ArrayRef<unsigned> ArrayIndexStarts, SourceLocation ClosingBrace, bool ContainsUnexpandedParameterPack) argument

Completed in 116 milliseconds