Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DCallSite.h161 FunTy *getCaller() const { return (*this)->getParent()->getParent(); } in getCaller() function
/external/lldb/examples/python/
Dpytracer.py123 def getCaller(self): member in FrameFancy
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp923 CallEventManager::getCaller(const StackFrameContext *CalleeCtx, in getCaller() function in CallEventManager
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h576 const Decl *getCaller() const { return Caller; } in getCaller() function