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

/freebsd-9.3-release/contrib/llvm/tools/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.h419 SourceLocation getEllipsisLoc() const { return EllipsisLoc; } function in class:clang::sema::CapturingScopeInfo::Capture
H A DDeclSpec.h1265 SourceLocation getEllipsisLoc() const { function in struct:clang::DeclaratorChunk::FunctionTypeInfo
2089 SourceLocation getEllipsisLoc() const { return EllipsisLoc; } function in namespace:clang
H A DAttributeList.h339 SourceLocation getEllipsisLoc() const { return EllipsisLoc; } function in class:clang::AttributeList
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h1869 SourceLocation getEllipsisLoc() const {
1878 return SourceRange(getEllipsisLoc(), getEllipsisLoc());
H A DDeclCXX.h225 SourceLocation getEllipsisLoc() const { function in class:clang::CXXBaseSpecifier
1939 SourceLocation getEllipsisLoc() const { function in class:clang::CXXCtorInitializer
H A DExprCXX.h1440 SourceLocation getEllipsisLoc() const { function in class:clang::LambdaExpr::Capture
3588 SourceLocation getEllipsisLoc() const { return EllipsisLoc; }
H A DStmt.h684 SourceLocation getEllipsisLoc() const { return EllipsisLoc; } function in class:clang::CaseStmt
H A DExpr.h4085 SourceLocation getEllipsisLoc() const {
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp865 Ellipsis = Expansion.getEllipsisLoc();
885 Ellipsis = Expansion->getEllipsisLoc();
H A DTreeTransform.h2823 if (getDerived().TryExpandParameterPacks(Expansion->getEllipsisLoc(),
2840 Expansion->getEllipsisLoc(),
2864 Out = RebuildPackExpansion(Out.get(), Expansion->getEllipsisLoc(),
4142 OldExpansionTL.getEllipsisLoc(),
4149 NewExpansionTL.setEllipsisLoc(OldExpansionTL.getEllipsisLoc());
4205 if (getDerived().TryExpandParameterPacks(ExpansionTL.getEllipsisLoc(),
5227 TL.getEllipsisLoc(),
5234 NewT.setEllipsisLoc(TL.getEllipsisLoc());
5346 S->getEllipsisLoc(),
7059 D->getEllipsisLoc()));
[all...]
H A DSemaTemplateInstantiate.cpp1712 NewDI = CheckPackExpansion(NewDI, ExpansionTL.getEllipsisLoc(),
1834 if (CheckParameterPacksForExpansion(Base->getEllipsisLoc(),
1874 EllipsisLoc = Base->getEllipsisLoc();
H A DSemaType.cpp2903 S.Diag(FTI.getEllipsisLoc(), diag::err_ellipsis_first_arg);
3214 S.Diag(D.getEllipsisLoc(),
3234 S.Diag(D.getEllipsisLoc(),
3261 S.Diag(D.getEllipsisLoc(), diag::err_ellipsis_in_declarator_not_parameter);
3823 CurrTL.castAs<PackExpansionTypeLoc>().setEllipsisLoc(D.getEllipsisLoc());
H A DSemaLambda.cpp1324 Kind, Var, From.getEllipsisLoc()));
H A DSemaTemplateInstantiateDecl.cpp1842 if (SemaRef.CheckParameterPacksForExpansion(Expansion.getEllipsisLoc(),
1884 DI = SemaRef.CheckPackExpansion(NewPattern, Expansion.getEllipsisLoc(),
3975 if (CheckParameterPacksForExpansion(Init->getEllipsisLoc(),
H A DSemaInit.cpp2422 Diag(D.getEllipsisLoc(), diag::err_array_designator_empty_range)
2429 D.getEllipsisLoc(),
H A DSemaTemplate.cpp511 if (Arg.getEllipsisLoc().isValid())
519 Arg.getEllipsisLoc());
H A DSemaDeclAttr.cpp3341 S.Diag(Attr.getEllipsisLoc(),
H A DSemaDecl.cpp9486 ? C->getEllipsisLoc() : SourceLocation(),
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp94 Writer.AddSourceLocation(S->getEllipsisLoc(), Record);
733 Writer.AddSourceLocation(D->getEllipsisLoc(), Record);
1546 Writer.AddSourceLocation(E->getEllipsisLoc(), Record);
H A DASTWriter.cpp615 Writer.AddSourceLocation(TL.getEllipsisLoc(), Record);
4998 AddSourceLocation(Base.isPackExpansion()? Base.getEllipsisLoc()
5151 AddSourceLocation(Capture.isPackExpansion() ? Capture.getEllipsisLoc()
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp4717 if (!D.getEllipsisLoc().isValid()) {
4896 Diag(PP.getLocForEndOfToken(D.getEllipsisLoc()),
5038 SourceLocation EllipsisLoc = D.getEllipsisLoc();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp2000 EllipsisLoc = Importer.Import(Base1->getEllipsisLoc());

Completed in 594 milliseconds