Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h2118 void takeAttributes(ParsedAttributes &attrs, SourceLocation lastLoc) { in takeAttributes() argument
2121 if (!lastLoc.isInvalid()) in takeAttributes()
2122 SetRangeEnd(lastLoc); in takeAttributes()