Searched defs:ellipsisLoc (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/Sema/ |
H A D | ParsedAttr.h | 222 SourceLocation ellipsisLoc) in ParsedAttr() argument 291 ParsedType typeArg, Form formUsed, SourceLocation ellipsisLoc) in ParsedAttr() argument 810 createTypeAttribute(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,ParsedType typeArg,ParsedAttr::Form formUsed,SourceLocation ellipsisLoc) createTypeAttribute() argument [all...] |
/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 1221 Create(const ASTContext & Ctx,Expr * lhs,Expr * rhs,SourceLocation caseLoc,SourceLocation ellipsisLoc,SourceLocation colonLoc) Create() argument
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 1778 SourceLocation ellipsisLoc; parseObjCTypeArgsOrProtocolQualifiers() local
|