Home
last modified time | relevance | path

Searched defs:getCaller (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMLInlineAdvisor.h107 Function *getCaller() const { return Caller; } in getCaller() function
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpFrame.cpp186 Frame *InterpFrame::getCaller() const { in getCaller() function in InterpFrame
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp520 const CallEventRef<> CallEvent::getCaller() const { in getCaller() function in CallEvent
1425 CallEventManager::getCaller(const StackFrameContext *CalleeCtx, in getCaller() function in CallEventManager
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h594 const Decl *getCaller() const { return Caller; } in getCaller() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp326 Function *CallBase::getCaller() { return getParent()->getParent(); } in getCaller() function in CallBase
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp633 Frame *getCaller() const override { return Caller; } in getCaller() function in __anonbf0ddd820111::CallStackFrame