Searched refs:withTag (Results 1 – 4 of 4) sorted by relevance
293 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
324 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);330 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()