Searched refs:withTag (Results 1 – 5 of 5) sorted by relevance
332 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
323 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);329 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
108 ProgramPoint withTag(const ProgramPointTag *tag) const { in withTag() function
561 if (Loc == N->getLocation().withTag(nullptr)) { in enqueueStmtNode()
355 const ProgramPoint &L = PP.withTag(checkFn.Checker); in runChecker()