Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DCallSite.h161 FunTy *getCaller() const { return (*this)->getParent()->getParent(); } in getCaller() function
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp923 CallEventManager::getCaller(const StackFrameContext *CalleeCtx, in getCaller() function in CallEventManager
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h576 const Decl *getCaller() const { return Caller; } in getCaller() function