Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h2177 void takeAttributes(ParsedAttributes &attrs, SourceLocation lastLoc) { in takeAttributes() argument
2180 if (!lastLoc.isInvalid()) in takeAttributes()
2181 SetRangeEnd(lastLoc); in takeAttributes()