Home | History | Annotate | Download | only in AST

Lines Matching refs:getTrailingObjects

3153   FunctionTemplateDecl **TsArray = getTrailingObjects<FunctionTemplateDecl *>();
3157 TemplateArgumentLoc *ArgsArray = getTrailingObjects<TemplateArgumentLoc>();
4037 auto *StoredLocs = getTrailingObjects<SourceLocation>();
4047 *getTrailingObjects<SourceLocation>() = EndLoc;
4078 const auto *StoredLocs = getTrailingObjects<SourceLocation>();
4085 return SourceRange(getLocation(), *getTrailingObjects<SourceLocation>());