Searched refs:withTag (Results 1 – 4 of 4) sorted by relevance
289 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
328 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);334 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
108 ProgramPoint withTag(const ProgramPointTag *tag) const { in withTag() function
328 const ProgramPoint &L = PP.withTag(checkFn.Checker); in runChecker()