Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1014 Diag(getEndOfPreviousToken(), diag::err_expected) << tok::greater; in ParseGreaterThanInTemplateList()
H A DParseDecl.cpp5694 SourceLocation Loc = getEndOfPreviousToken(); in ParseEnumBody()
7260 SourceLocation EndLoc = getEndOfPreviousToken(); in ParseDecompositionDeclarator()
H A DParsePragma.cpp1813 SourceLocation Loc = PRef.getEndOfPreviousToken(); in createExpectedAttributeSubjectRulesTokenDiagnostic()
/src/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h594 SourceLocation getEndOfPreviousToken() { in getEndOfPreviousToken() function