Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1055 Diag(getEndOfPreviousToken(), diag::err_expected) << tok::greater; in ParseGreaterThanInTemplateList()
H A DParseDecl.cpp4869 SourceLocation Loc = getEndOfPreviousToken(); in ParseEnumBody()
6289 SourceLocation EndLoc = getEndOfPreviousToken(); in ParseDecompositionDeclarator()
H A DParsePragma.cpp1498 SourceLocation Loc = PRef.getEndOfPreviousToken(); in createExpectedAttributeSubjectRulesTokenDiagnostic()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h527 SourceLocation getEndOfPreviousToken() { in getEndOfPreviousToken() function