Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRulesInternal.h26 inline void ignoreError() {} in ignoreError() function
29 void ignoreError(Expected<FirstT> &First, Expected<RestT> &... Rest) { in ignoreError() function
32 ignoreError(Rest...); in ignoreError()
40 ignoreError(Rest...); in findError()