Searched refs:setInlinedAt (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h396 void setInlinedAt(llvm::MDNode *InlinedAt) { CurInlinedAt = InlinedAt; } function in class:clang::DynamicInitKind::CGDebugInfo
H A DCGDebugInfo.cpp3811 setInlinedAt(Builder.getCurrentDebugLocation());
3818 setInlinedAt(llvm::DebugLoc(CurInlinedAt).getInlinedAt());

Completed in 168 milliseconds