Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DReturnUndefChecker.cpp47 QualType RT = CallEvent::getDeclaredResultType(SFC->getDecl()); in checkPreStmt()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h407 static QualType getDeclaredResultType(const Decl *D);
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp236 CallEvent::getDeclaredResultType(calleeCtx->getDecl()); in processCallExit()
H A DCallEvent.cpp448 QualType CallEvent::getDeclaredResultType(const Decl *D) { in getDeclaredResultType() function in CallEvent