Searched refs:withTag (Results 1 – 5 of 5) sorted by relevance
294 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);
544 if (Loc == N->getLocation().withTag(nullptr)) { in enqueueStmtNode()
328 const ProgramPoint &L = PP.withTag(checkFn.Checker); in runChecker()
108 ProgramPoint withTag(const ProgramPointTag *tag) const { in withTag() function