Searched defs:ellipsisLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
H A DAttributeList.h218 Syntax syntaxUsed, SourceLocation ellipsisLoc)
220 ScopeLoc(scopeLoc), EllipsisLoc(ellipsisLoc), NumArgs(numArgs),
583 SourceLocation ellipsisLoc = SourceLocation()) {
589 ellipsisLoc));
718 SourceLocation ellipsisLoc = SourceLocation()) {
721 syntax, ellipsisLoc);
215 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, ArgsUnion *args, unsigned numArgs, Syntax syntaxUsed, SourceLocation ellipsisLoc) argument
/external/clang/include/clang/AST/
H A DStmt.h688 SourceLocation ellipsisLoc, SourceLocation colonLoc)
693 EllipsisLoc = ellipsisLoc;
687 CaseStmt(Expr *lhs, Expr *rhs, SourceLocation caseLoc, SourceLocation ellipsisLoc, SourceLocation colonLoc) argument

Completed in 830 milliseconds