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

/external/clang/include/clang/AST/
H A DExprCXX.h1168 SourceLocation ClosingBrace; member in class:clang::LambdaExpr
1260 SourceLocation ClosingBrace,
1302 SourceLocation ClosingBrace,
1402 return SourceRange(IntroducerRange.getBegin(), ClosingBrace);
/external/clang/lib/AST/
H A DExprCXX.cpp811 SourceLocation ClosingBrace,
821 ClosingBrace(ClosingBrace)
872 SourceLocation ClosingBrace,
889 ClosingBrace, ContainsUnexpandedParameterPack);
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 72 milliseconds