Home
last modified time | relevance | path

Searched refs:ellipsisLoc (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
DAttributeList.h186 Syntax syntaxUsed, SourceLocation ellipsisLoc) in AttributeList() argument
189 EllipsisLoc(ellipsisLoc), NumArgs(numArgs), SyntaxUsed(syntaxUsed), in AttributeList()
547 SourceLocation ellipsisLoc = SourceLocation()) {
554 ellipsisLoc));
715 SourceLocation ellipsisLoc = SourceLocation()) {
718 args, numArgs, syntax, ellipsisLoc);
/external/clang/include/clang/AST/
DStmt.h669 SourceLocation ellipsisLoc, SourceLocation colonLoc) in CaseStmt() argument
674 EllipsisLoc = ellipsisLoc; in CaseStmt()