Searched refs:withTag (Results 1 – 7 of 7) sorted by relevance
363 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);369 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
397 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
251 ProgramPoint P = L.withTag(getDataTags().make<NoteTag>( in HandleBlockEdge()578 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()
840 Bldr.generateSink(Pred->getLocation().withTag(&T), in VisitCXXDestructor()
69 withTag(::testing::Matcher<DiagnosticTag> TagMatcher) { in withTag() function1787 withTag(DiagnosticTag::Unnecessary)), in TEST()1789 withTag(DiagnosticTag::Deprecated)))); in TEST()1836 withTag(DiagnosticTag::Unnecessary), diagSource(Diag::Clangd), in TEST()
131 ProgramPoint withTag(const ProgramPointTag *tag) const { in withTag() function