Searched refs:getCallSiteLoc (Results 1 – 3 of 3) sorted by relevance
387 static Optional<CallSiteLoc> getCallSiteLoc(Location loc) { in getCallSiteLoc() function389 return getCallSiteLoc(loc.cast<NameLoc>().getChildLoc()); in getCallSiteLoc()394 if (auto callLoc = getCallSiteLoc(subLoc)) { in getCallSiteLoc()475 if (auto callLoc = getCallSiteLoc(loc)) { in emitDiagnostic()480 if ((callLoc = getCallSiteLoc(loc))) in emitDiagnostic()
59 LineLocation getCallSiteLoc() const;
126 LineLocation ContextTrieNode::getCallSiteLoc() const { return CallSiteLoc; } in getCallSiteLoc() function in llvm::ContextTrieNode482 LineLocation OldCallSiteLoc = FromNode.getCallSiteLoc(); in promoteMergeContextSamplesTree()