Home
last modified time | relevance | path

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

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