Home
last modified time | relevance | path

Searched refs:DefArgEnd (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp395 Token DefArgEnd; in ParseLexedMethodDeclaration() local
396 DefArgEnd.startToken(); in ParseLexedMethodDeclaration()
397 DefArgEnd.setKind(tok::eof); in ParseLexedMethodDeclaration()
398 DefArgEnd.setLocation(LastDefaultArgToken.getEndLoc()); in ParseLexedMethodDeclaration()
399 DefArgEnd.setEofData(Param); in ParseLexedMethodDeclaration()
400 Toks->push_back(DefArgEnd); in ParseLexedMethodDeclaration()