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

/external/clang/lib/Lex/
H A DPPMacroExpansion.cpp434 SmallVectorImpl<Token>::iterator ClosingBrace = OldTokens.end(); local
448 if (Braces == 0 && ClosingBrace == E && FoundSeparatorToken)
449 ClosingBrace = I;
467 PP.getLocForEndOfToken(ClosingBrace->getLocation())));
468 ClosingBrace = E;
/external/clang/include/clang/AST/
H A DExprCXX.h1345 SourceLocation ClosingBrace; member in class:clang::LambdaExpr
1363 SourceLocation ClosingBrace,
1406 SourceLocation ClosingBrace,
1534 SourceLocation getLocEnd() const LLVM_READONLY { return ClosingBrace; }
/external/clang/lib/AST/
H A DExprCXX.cpp930 SourceLocation ClosingBrace,
941 ClosingBrace(ClosingBrace)
993 SourceLocation ClosingBrace,
1011 ClosingBrace, ContainsUnexpandedParameterPack);
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

Completed in 6412 milliseconds