Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallDescription.cpp73 if (const auto *NameII = Name.getAsIdentifierInfo()) { in matchNameOnly() local
77 return NameII == *II; // Fast case. in matchNameOnly()