Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2809 const ProgramPointTag *CurrentNodeTag = PS->getTag(); in VisitNodeImpl() local
2810 if (CurrentNodeTag != Tags.first && CurrentNodeTag != Tags.second) in VisitNodeImpl()
2813 bool TookTrue = CurrentNodeTag == Tags.first; in VisitNodeImpl()