Searched refs:ClosingBrace (Results 1 – 5 of 5) sorted by relevance
427 SmallVectorImpl<Token>::iterator ClosingBrace = OldTokens.end(); in GenerateNewArgTokens() local441 if (Braces == 0 && ClosingBrace == E && FoundSeparatorToken) in GenerateNewArgTokens()442 ClosingBrace = I; in GenerateNewArgTokens()460 PP.getLocForEndOfToken(ClosingBrace->getLocation()))); in GenerateNewArgTokens()461 ClosingBrace = E; in GenerateNewArgTokens()
931 SourceLocation ClosingBrace, in LambdaExpr() argument942 ClosingBrace(ClosingBrace) in LambdaExpr()994 SourceLocation ClosingBrace, in Create() argument1012 ClosingBrace, ContainsUnexpandedParameterPack); in Create()
1354 SourceLocation ClosingBrace; variable1457 SourceLocation ClosingBrace,1500 SourceLocation ClosingBrace,1616 SourceLocation getLocEnd() const LLVM_READONLY { return ClosingBrace; } in getLocEnd()
1182 Writer.AddSourceLocation(E->ClosingBrace, Record); in VisitLambdaExpr()
1221 E->ClosingBrace = ReadSourceLocation(Record, Idx); in VisitLambdaExpr()