Home
last modified time | relevance | path

Searched refs:getCallRange (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DFrame.h36 virtual SourceRange getCallRange() const = 0;
H A DInterpFrame.h59 SourceRange getCallRange() const override;
H A DState.cpp132 SourceRange CallRange = F->getCallRange(); in addCallStack()
H A DInterpFrame.cpp192 SourceRange InterpFrame::getCallRange() const { in getCallRange() function in InterpFrame
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp634 SourceRange getCallRange() const override { return CallRange; } in getCallRange() function in __anon7ee061300111::CallStackFrame
12336 : Info.CurrentCall->getCallRange().getBegin(), in VisitBuiltinCallExpr()