Searched refs:withTag (Results 1 – 6 of 6) sorted by relevance
356 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);362 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
394 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
222 ProgramPoint P = L.withTag(getNoteTags().makeNoteTag( in HandleBlockEdge()548 if (Loc == N->getLocation().withTag(nullptr)) { in enqueueStmtNode()
383 const ProgramPoint &L = PP.withTag(checkFn.Checker); in runChecker()427 const ProgramPoint &L = PP.withTag(checkFn.Checker); in runChecker()
737 Bldr.generateSink(Pred->getLocation().withTag(&T), in VisitCXXDestructor()
132 ProgramPoint withTag(const ProgramPointTag *tag) const { in withTag() function