Searched refs:getCurrentFunc (Results 1 – 2 of 2) sorted by relevance
389 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
781 const FunctionDecl *Func = EnvA.getCurrentFunc(); in join()1176 if (const FunctionDecl *Func = getCurrentFunc()) { in dump()