Home
last modified time | relevance | path

Searched defs:getReturnValue (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h355 Value *getReturnValue() const { in getReturnValue() function
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DNodes.cpp310 syntax::Expression *syntax::ReturnStatement::getReturnValue() { in getReturnValue() function in syntax::ReturnStatement
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h415 Expr *getReturnValue() const { in getReturnValue() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp322 SVal CallEvent::getReturnValue() const { in getReturnValue() function in CallEvent