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