Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp17204 *MagicValues, in GetMatchingCType() argument
17231 if (!MagicValues) in GetMatchingCType()
17236 MagicValues->find(std::make_pair(ArgumentKind, MagicValue)); in GetMatchingCType()
17237 if (I == MagicValues->end()) in GetMatchingCType()