Searched refs:hasErrorParameter (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 5659 auto hasErrorParameter = [](Sema &S, Decl *D, const ParsedAttr &AL) -> bool { in handleSwiftError() local 5713 if (!hasErrorParameter(S, D, AL)) in handleSwiftError() 5718 if (!hasErrorParameter(S, D, AL) || !hasPointerResult(S, D, AL)) in handleSwiftError() 5724 if (!hasErrorParameter(S, D, AL) || !hasIntegerResult(S, D, AL)) in handleSwiftError()
|