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