Searched refs:setEllipsisLoc (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp810 TLB.push<PackExpansionTypeLoc>(DeductType).setEllipsisLoc(EllipsisLoc);
863 PETL.setEllipsisLoc(EllipsisLoc);
H A DSemaTemplateVariadic.cpp618 TL.setEllipsisLoc(EllipsisLoc);
H A DTreeTransform.h5547 NewExpansionTL.setEllipsisLoc(OldExpansionTL.getEllipsisLoc());
6967 NewT.setEllipsisLoc(TL.getEllipsisLoc());
7068 NewExpansionLoc.setEllipsisLoc(PackExpansionLoc.getEllipsisLoc());
12130 ToExpansionTL.setEllipsisLoc(ExpansionTL.getEllipsisLoc());
12155 ToExpansionTL.setEllipsisLoc(ExpansionTL.getEllipsisLoc());
12184 ToExpansionTL.setEllipsisLoc(ExpansionTL.getEllipsisLoc());
H A DSemaType.cpp5641 D.setEllipsisLoc(SourceLocation());
5691 D.setEllipsisLoc(SourceLocation());
6271 CurrTL.castAs<PackExpansionTypeLoc>().setEllipsisLoc(D.getEllipsisLoc());
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h2445 void setEllipsisLoc(SourceLocation Loc) {
2454 setEllipsisLoc(Loc);
H A DStmt.h1613 setEllipsisLoc(ellipsisLoc);
1648 void setEllipsisLoc(SourceLocation L) { function in class:clang::final
1651 "setEllipsisLoc but this is not a case stmt of the form LHS ... RHS!");
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTemplate.cpp1024 D.setEllipsisLoc(EllipsisLoc);
H A DParseDecl.cpp5995 D.setEllipsisLoc(EllipsisLoc);
6387 D.setEllipsisLoc(SourceLocation());
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h2570 void setEllipsisLoc(SourceLocation EL) { EllipsisLoc = EL; } function in class:clang::Declarator
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp177 S->setEllipsisLoc(readSourceLocation());
H A DASTReader.cpp6743 TL.setEllipsisLoc(readSourceLocation());

Completed in 402 milliseconds