Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h356 assert(getCurrentFunc() != nullptr && in getReturnValue()
357 !getCurrentFunc()->getReturnType()->isReferenceType()); in getReturnValue()
368 assert(getCurrentFunc() != nullptr && in getReturnStorageLocation()
369 getCurrentFunc()->getReturnType()->isReferenceType()); in getReturnStorageLocation()
378 assert(getCurrentFunc() != nullptr && in setReturnValue()
379 !getCurrentFunc()->getReturnType()->isReferenceType()); in setReturnValue()
389 assert(getCurrentFunc() != nullptr && in setReturnStorageLocation()
390 getCurrentFunc()->getReturnType()->isReferenceType()); in setReturnStorageLocation()
615 const FunctionDecl *getCurrentFunc() const { in getCurrentFunc() function