Searched refs:withTag (Results 1 – 6 of 6) sorted by relevance
362 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);368 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
437 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
391 const ProgramPoint &L = PP.withTag(checkFn.Checker); in runChecker()441 CheckerContext C(Bldr, Eng, Pred, Entrance.withTag(CheckFn.Checker)); in runChecker()483 const ProgramPoint &L = PP.withTag(checkFn.Checker); in runChecker()
274 ProgramPoint P = L.withTag(getDataTags().make<NoteTag>( in HandleBlockEdge()608 if (Loc == N->getLocation().withTag(nullptr)) { in enqueueStmtNode()
866 Bldr.generateSink(Pred->getLocation().withTag(&T), in VisitCXXDestructor()
135 ProgramPoint withTag(const ProgramPointTag *tag) const { in withTag() function