Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h393 static QualType getDeclaredResultType(const Decl *D);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp304 CallEvent::getDeclaredResultType(calleeCtx->getDecl()); in processCallExit()
H A DCallEvent.cpp351 QualType CallEvent::getDeclaredResultType(const Decl *D) { in getDeclaredResultType() function in CallEvent