Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h389 assert(getCurrentFunc() != nullptr && in getReturnValue()
390 !getCurrentFunc()->getReturnType()->isReferenceType()); in getReturnValue()
402 assert(getCurrentFunc() != nullptr && in getReturnStorageLocation()
403 getCurrentFunc()->getReturnType()->isReferenceType()); in getReturnStorageLocation()
413 assert(getCurrentFunc() != nullptr && in setReturnValue()
414 !getCurrentFunc()->getReturnType()->isReferenceType()); in setReturnValue()
425 assert(getCurrentFunc() != nullptr && in setReturnStorageLocation()
426 getCurrentFunc()->getReturnType()->isReferenceType()); in setReturnStorageLocation()
662 const FunctionDecl *getCurrentFunc() const { in getCurrentFunc() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp781 const FunctionDecl *Func = EnvA.getCurrentFunc(); in join()
1176 if (const FunctionDecl *Func = getCurrentFunc()) { in dump()