Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp9175 Sema::TypeTagData> *MagicValues, in GetMatchingCType() argument
9202 if (!MagicValues) in GetMatchingCType()
9207 MagicValues->find(std::make_pair(ArgumentKind, MagicValue)); in GetMatchingCType()
9208 if (I == MagicValues->end()) in GetMatchingCType()