Searched refs:ClosingBrace (Results 1 – 5 of 5) sorted by relevance
434 SmallVectorImpl<Token>::iterator ClosingBrace = OldTokens.end(); in GenerateNewArgTokens() local448 if (Braces == 0 && ClosingBrace == E && FoundSeparatorToken) in GenerateNewArgTokens()449 ClosingBrace = I; in GenerateNewArgTokens()467 PP.getLocForEndOfToken(ClosingBrace->getLocation()))); in GenerateNewArgTokens()468 ClosingBrace = E; in GenerateNewArgTokens()
930 SourceLocation ClosingBrace, in LambdaExpr() argument941 ClosingBrace(ClosingBrace) in LambdaExpr()993 SourceLocation ClosingBrace, in Create() argument1011 ClosingBrace, ContainsUnexpandedParameterPack); in Create()
1345 SourceLocation ClosingBrace; variable1363 SourceLocation ClosingBrace,1406 SourceLocation ClosingBrace,1534 SourceLocation getLocEnd() const LLVM_READONLY { return ClosingBrace; } in getLocEnd()
1177 Writer.AddSourceLocation(E->ClosingBrace, Record); in VisitLambdaExpr()
1219 E->ClosingBrace = ReadSourceLocation(Record, Idx); in VisitLambdaExpr()