Searched refs:withTag (Results 1 – 6 of 6) sorted by relevance
369 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);375 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
414 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
251 ProgramPoint P = L.withTag(getDataTags().make<NoteTag>( in HandleBlockEdge()577 if (Loc == N->getLocation().withTag(nullptr)) { in enqueueStmtNode()
381 const ProgramPoint &L = PP.withTag(checkFn.Checker); in runChecker()425 const ProgramPoint &L = PP.withTag(checkFn.Checker); in runChecker()
890 Bldr.generateSink(Pred->getLocation().withTag(&T), in VisitCXXDestructor()
131 ProgramPoint withTag(const ProgramPointTag *tag) const { in withTag() function