Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h2513 void takeAttributes(ParsedAttributes &attrs, SourceLocation lastLoc) { in takeAttributes() argument
2516 if (!lastLoc.isInvalid()) in takeAttributes()
2517 SetRangeEnd(lastLoc); in takeAttributes()