Searched refs:ExplicitParams (Results 1 - 7 of 7) sorted by relevance

/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/include/clang/Sema/
H A DScopeInfo.h352 bool ExplicitParams; member in class:clang::sema::LambdaScopeInfo
H A DSema.h4042 bool ExplicitParams,
/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
/external/clang/include/clang/AST/
H A DExprCXX.h1151 unsigned ExplicitParams : 1;
1255 bool ExplicitParams,
1266 NumCaptures(NumCaptures), CaptureDefault(LCD_None), ExplicitParams(false),
1297 bool ExplicitParams,
1391 bool hasExplicitParameters() const { return ExplicitParams; }
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp1096 Record.push_back(E->ExplicitParams);
H A DASTReaderStmt.cpp1119 E->ExplicitParams = Record[Idx++];

Completed in 7302 milliseconds