Searched refs:ClosingBrace (Results 1 – 5 of 5) sorted by relevance
441 SmallVectorImpl<Token>::iterator ClosingBrace = OldTokens.end(); in GenerateNewArgTokens() local455 if (Braces == 0 && ClosingBrace == E && FoundSeparatorToken) in GenerateNewArgTokens()456 ClosingBrace = I; in GenerateNewArgTokens()474 PP.getLocForEndOfToken(ClosingBrace->getLocation()))); in GenerateNewArgTokens()475 ClosingBrace = E; in GenerateNewArgTokens()
935 SourceLocation ClosingBrace, in LambdaExpr() argument946 ClosingBrace(ClosingBrace) in LambdaExpr()998 SourceLocation ClosingBrace, in Create() argument1016 ClosingBrace, ContainsUnexpandedParameterPack); in Create()
1376 SourceLocation ClosingBrace; variable1394 SourceLocation ClosingBrace,1436 SourceLocation ClosingBrace,1570 SourceLocation getLocEnd() const LLVM_READONLY { return ClosingBrace; } in getLocEnd()
1184 Writer.AddSourceLocation(E->ClosingBrace, Record); in VisitLambdaExpr()
1221 E->ClosingBrace = ReadSourceLocation(Record, Idx); in VisitLambdaExpr()