Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DReturnUndefChecker.cpp46 QualType RT = CallEvent::getDeclaredResultType(SFC->getDecl()); in checkPreStmt()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h385 static QualType getDeclaredResultType(const Decl *D);
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp246 CallEvent::getDeclaredResultType(calleeCtx->getDecl()); in processCallExit()
H A DCallEvent.cpp349 QualType CallEvent::getDeclaredResultType(const Decl *D) { in getDeclaredResultType() function in CallEvent