Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dauto-type-from-cxx.cpp27 auto getCaller(){ in getCaller() function
/llvm-project/llvm/include/llvm/Analysis/
H A DMLInlineAdvisor.h110 Function *getCaller() const { return Caller; } getCaller() function
/llvm-project/clang/lib/AST/Interp/
H A DInterpFrame.cpp
/llvm-project/lldb/examples/python/
H A Dpytracer.py132 def getCaller(self): member in FrameFancy
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp520 const CallEventRef<> CallEvent::getCaller() const { getCaller() function in CallEvent
1428 CallEventManager::getCaller(const StackFrameContext *CalleeCtx, getCaller() function in CallEventManager
/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h594 const Decl *getCaller() const { return Caller; } in getCaller() function
/llvm-project/llvm/lib/IR/
H A DInstructions.cpp324 Function *CallBase::getCaller() { return getParent()->getParent(); } getCaller() function in CallBase
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp638 Frame *getCaller() const override { return Caller; } getCaller() function in __anon006fc44d0111::CallStackFrame