HomeSort by: relevance | last modified time | path
    Searched refs:Ellipsis (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateVariadic.cpp 1057 SourceLocation &Ellipsis, Optional<unsigned> &NumExpansions) const {
1067 Ellipsis);
1070 Ellipsis = Expansion.getEllipsisLoc();
1090 Ellipsis = Expansion->getEllipsisLoc();
1096 Ellipsis = OrigLoc.getTemplateEllipsisLoc();
TreeTransform.h 249 /// \param EllipsisLoc The location of the ellipsis that identifies the
4500 SourceLocation Ellipsis;
4504 In, Ellipsis, OrigNumExpansions);
4515 if (getDerived().TryExpandParameterPacks(Ellipsis,
4532 Out = getDerived().RebuildPackExpansion(OutPattern, Ellipsis,
4550 Out = getDerived().RebuildPackExpansion(Out, Ellipsis,
4567 Out = getDerived().RebuildPackExpansion(Out, Ellipsis,
5956 // FIXME: Track the location of the ellipsis (and track source location
13289 SourceLocation Ellipsis;
13292 getSema().getTemplateArgumentPackExpansionPattern(ArgLoc, Ellipsis,
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp 630 NextToken().is(tok::ellipsis)) &&
649 if (TryConsumeToken(tok::ellipsis, D.EllipsisLoc))
1299 case tok::ellipsis: // void f(struct f ... [Ns])
2156 // Parse the optional ellipsis (for a pack expansion). The ellipsis is
2160 TryConsumeToken(tok::ellipsis, EllipsisLoc);
3607 TryConsumeToken(tok::ellipsis, EllipsisLoc);
3644 TryConsumeToken(tok::ellipsis, EllipsisLoc);
3818 if (Tok.is(tok::ellipsis)) {
3833 if (Tok.is(tok::ellipsis)) {
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 4998 /// \param EllipsisLoc The location of the ellipsis, if one is provided in
8161 /// ellipsis, which creates a pack expansion.
8163 /// \param Arg The template argument preceding the ellipsis, which
8166 /// \param EllipsisLoc The location of the ellipsis.
8170 /// Invoked when parsing a type followed by an ellipsis, which
8173 /// \param Type The type preceding the ellipsis, which will become
8176 /// \param EllipsisLoc The location of the ellipsis.
8192 /// Invoked when parsing an expression followed by an ellipsis, which
8195 /// \param Pattern The expression preceding the ellipsis, which will become
8198 /// \param EllipsisLoc The location of the ellipsis
    [all...]

Completed in 63 milliseconds