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

/external/clang/include/clang/Sema/
H A DScopeInfo.h352 bool ExplicitParams; member in class:clang::sema::LambdaScopeInfo
/external/clang/lib/Sema/
H A DSemaLambda.cpp175 bool ExplicitParams,
185 LSI->ExplicitParams = ExplicitParams;
376 bool ExplicitParams = true; local
391 ExplicitParams = false;
426 if (ExplicitParams)
437 = enterLambdaScope(Method, Intro.Range, Intro.Default, ExplicitParams,
731 bool ExplicitParams; local
742 ExplicitParams = LSI->ExplicitParams;
172 enterLambdaScope(CXXMethodDecl *CallOperator, SourceRange IntroducerRange, LambdaCaptureDefault CaptureDefault, bool ExplicitParams, bool ExplicitResultType, bool Mutable) argument
[all...]
/external/clang/lib/AST/
H A DExprCXX.cpp806 bool ExplicitParams,
819 ExplicitParams(ExplicitParams),
867 bool ExplicitParams,
887 Captures, ExplicitParams, ExplicitResultType,
802 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
862 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 84 milliseconds