Home
last modified time | relevance | path

Searched refs:withTag (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h363 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
369 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
H A DCheckerContext.h397 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp251 ProgramPoint P = L.withTag(getDataTags().make<NoteTag>( in HandleBlockEdge()
578 if (Loc == N->getLocation().withTag(nullptr)) { in enqueueStmtNode()
H A DCheckerManager.cpp383 const ProgramPoint &L = PP.withTag(checkFn.Checker); in runChecker()
427 const ProgramPoint &L = PP.withTag(checkFn.Checker); in runChecker()
H A DExprEngineCXX.cpp840 Bldr.generateSink(Pred->getLocation().withTag(&T), in VisitCXXDestructor()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DDiagnosticsTests.cpp69 withTag(::testing::Matcher<DiagnosticTag> TagMatcher) { in withTag() function
1787 withTag(DiagnosticTag::Unnecessary)), in TEST()
1789 withTag(DiagnosticTag::Deprecated)))); in TEST()
1836 withTag(DiagnosticTag::Unnecessary), diagSource(Diag::Clangd), in TEST()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DProgramPoint.h131 ProgramPoint withTag(const ProgramPointTag *tag) const { in withTag() function