Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp15372 *MagicValues, in GetMatchingCType() argument
15399 if (!MagicValues) in GetMatchingCType()
15404 MagicValues->find(std::make_pair(ArgumentKind, MagicValue)); in GetMatchingCType()
15405 if (I == MagicValues->end()) in GetMatchingCType()