Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNSErrorChecker.cpp259 bool isCFError = false; in checkEvent() local
261 isCFError = hasFlag<CFErrorOut>(loc, state); in checkEvent()
263 if (!(isNSError || isCFError)) in checkEvent()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4394 S.isCFError(recordDecl)) { in classifyPointerDeclarator()
4418 bool Sema::isCFError(RecordDecl *RD) { in isCFError() function in Sema
H A DSemaDeclAttr.cpp6477 if (S.isCFError(RT->getDecl())) in isErrorParameter()
6617 if (S.isCFError(RT->getDecl())) { in checkSwiftAsyncErrorBlock()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h14183 bool isCFError(RecordDecl *D);