Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp16090 *MagicValues, in GetMatchingCType() argument
16117 if (!MagicValues) in GetMatchingCType()
16122 MagicValues->find(std::make_pair(ArgumentKind, MagicValue)); in GetMatchingCType()
16123 if (I == MagicValues->end()) in GetMatchingCType()