Searched refs:withTag (Results 1 – 6 of 6) sorted by relevance
360 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);366 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
426 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
239 ProgramPoint P = L.withTag(getDataTags().make<NoteTag>( in HandleBlockEdge()565 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()
896 Bldr.generateSink(Pred->getLocation().withTag(&T), in VisitCXXDestructor()
129 ProgramPoint withTag(const ProgramPointTag *tag) const { in withTag() function