Home
last modified time | relevance | path

Searched defs:hasEllipsis (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtObjC.h113 bool hasEllipsis() const { return getCatchParamDecl() == nullptr; } in hasEllipsis() function
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h2638 bool hasEllipsis() const { return EllipsisLoc.isValid(); } in hasEllipsis() function