Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallDescription.h114 const Ts &...CDs) { in matchesAny() argument
115 return CD1.matches(Call) || matchesAny(Call, CDs...); in matchesAny()
153 const Ts &...CDs) { in matchesAnyAsWritten() argument
154 return CD1.matchesAsWritten(CE) || matchesAnyAsWritten(CE, CDs...); in matchesAnyAsWritten()