Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/Interp/
H A DFrame.h36 virtual SourceRange getCallRange() const = 0;
H A DInterpFrame.h58 SourceRange getCallRange() const override;
H A DState.cpp132 SourceRange CallRange = F->getCallRange(); in addCallStack()
H A DInterpFrame.cpp200 SourceRange InterpFrame::getCallRange() const { in getCallRange() function in InterpFrame
/src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp639 SourceRange getCallRange() const override { return CallRange; } in getCallRange() function in __anon6f5850ef0111::CallStackFrame
12608 : Info.CurrentCall->getCallRange().getBegin(), in VisitBuiltinCallExpr()