Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h2516 void takeAttributes(ParsedAttributes &attrs, SourceLocation lastLoc) { in takeAttributes() argument
2519 if (!lastLoc.isInvalid()) in takeAttributes()
2520 SetRangeEnd(lastLoc); in takeAttributes()