Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h424 SourceLocation LOpen, LClose; variable
463 SourceLocation getCloseLocation() const { return LClose; } in getCloseLocation()
464 SourceRange getRange() const { return SourceRange(LOpen, LClose); } in getRange()
483 LClose = (P.*Consumer)(); in consumeClose()
489 LClose = (P.*Consumer)(); in consumeClose()
/src/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2816 LClose = P.ConsumeAnyToken(); in diagnoseMissingClose()