Searched refs:getEllipsisLoc (Results 1 - 25 of 26) sorted by relevance

12

/external/clang/include/clang/AST/
H A DLambdaCapture.h115 SourceLocation getEllipsisLoc() const { function in class:clang::LambdaCapture
H A DTypeLoc.h1872 SourceLocation getEllipsisLoc() const {
1881 return SourceRange(getEllipsisLoc(), getEllipsisLoc());
H A DDeclCXX.h224 SourceLocation getEllipsisLoc() const { function in class:clang::CXXBaseSpecifier
1996 SourceLocation getEllipsisLoc() const { function in class:clang::CXXCtorInitializer
H A DExprCXX.h3384 SourceLocation getEllipsisLoc() const { return EllipsisLoc; }
H A DStmt.h701 SourceLocation getEllipsisLoc() const { return EllipsisLoc; } function in class:clang::CaseStmt
H A DExpr.h4118 SourceLocation getEllipsisLoc() const { function in class:clang::StringLiteral::DesignatedInitExpr::Designator
/external/clang/include/clang/Sema/
H A DParsedTemplate.h100 SourceLocation getEllipsisLoc() const { function in class:clang::ParsedTemplateArgument
H A DDesignator.h121 SourceLocation getEllipsisLoc() const { function in class:clang::Designator
H A DScopeInfo.h438 SourceLocation getEllipsisLoc() const { return EllipsisLoc; } function in class:clang::sema::CapturingScopeInfo::Capture
H A DDeclSpec.h1261 SourceLocation getEllipsisLoc() const { function in struct:clang::DeclaratorChunk::FunctionTypeInfo
2085 SourceLocation getEllipsisLoc() const { return EllipsisLoc; } function in namespace:clang
H A DAttributeList.h362 SourceLocation getEllipsisLoc() const { return EllipsisLoc; } function in class:clang::AttributeList
/external/clang/lib/Sema/
H A DTreeTransform.h2926 if (getDerived().TryExpandParameterPacks(Expansion->getEllipsisLoc(),
2943 Expansion->getEllipsisLoc(),
2970 Out.get(), Expansion->getEllipsisLoc(), OrigNumExpansions);
2988 Out.get(), Expansion->getEllipsisLoc(), OrigNumExpansions);
4248 OldExpansionTL.getEllipsisLoc(),
4255 NewExpansionTL.setEllipsisLoc(OldExpansionTL.getEllipsisLoc());
4311 if (getDerived().TryExpandParameterPacks(ExpansionTL.getEllipsisLoc(),
5328 TL.getEllipsisLoc(),
5335 NewT.setEllipsisLoc(TL.getEllipsisLoc());
5446 S->getEllipsisLoc(),
[all...]
H A DSemaTemplateVariadic.cpp857 Ellipsis = Expansion.getEllipsisLoc();
877 Ellipsis = Expansion->getEllipsisLoc();
H A DSemaTemplateInstantiate.cpp1616 NewDI = CheckPackExpansion(NewDI, ExpansionTL.getEllipsisLoc(),
1737 if (CheckParameterPacksForExpansion(Base.getEllipsisLoc(),
1777 EllipsisLoc = Base.getEllipsisLoc();
H A DSemaType.cpp2873 S.Diag(FTI.getEllipsisLoc(), diag::err_ellipsis_first_param);
3190 S.Diag(D.getEllipsisLoc(),
3210 S.Diag(D.getEllipsisLoc(),
3237 S.Diag(D.getEllipsisLoc(), diag::err_ellipsis_in_declarator_not_parameter);
3809 CurrTL.castAs<PackExpansionTypeLoc>().setEllipsisLoc(D.getEllipsisLoc());
H A DSemaLambda.cpp1421 Var, From.getEllipsisLoc()));
H A DSemaTemplateInstantiateDecl.cpp1863 if (SemaRef.CheckParameterPacksForExpansion(Expansion.getEllipsisLoc(),
1905 DI = SemaRef.CheckPackExpansion(NewPattern, Expansion.getEllipsisLoc(),
4030 if (CheckParameterPacksForExpansion(Init->getEllipsisLoc(),
H A DSemaInit.cpp2537 Diag(D.getEllipsisLoc(), diag::err_array_designator_empty_range)
2544 D.getEllipsisLoc(),
H A DSemaTemplate.cpp505 if (Arg.getEllipsisLoc().isValid())
513 Arg.getEllipsisLoc());
H A DSemaDeclAttr.cpp2708 S.Diag(Attr.getEllipsisLoc(),
/external/clang/lib/Parse/
H A DParseTemplate.cpp697 bool AlreadyHasEllipsis = D.getEllipsisLoc().isValid();
H A DParseDecl.cpp4852 Diag(PP.getLocForEndOfToken(D.getEllipsisLoc()),
5002 SourceLocation EllipsisLoc = D.getEllipsisLoc();
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp93 Writer.AddSourceLocation(S->getEllipsisLoc(), Record);
728 Writer.AddSourceLocation(D->getEllipsisLoc(), Record);
1523 Writer.AddSourceLocation(E->getEllipsisLoc(), Record);
H A DASTWriter.cpp631 Writer.AddSourceLocation(TL.getEllipsisLoc(), Record);
5256 AddSourceLocation(Base.isPackExpansion()? Base.getEllipsisLoc()
5410 AddSourceLocation(Capture.isPackExpansion() ? Capture.getEllipsisLoc()
/external/clang/lib/AST/
H A DASTImporter.cpp1985 EllipsisLoc = Importer.Import(Base1.getEllipsisLoc());

Completed in 440 milliseconds

12