Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp10767 Sema::TypeTagData> *MagicValues, in GetMatchingCType() argument
10794 if (!MagicValues) in GetMatchingCType()
10799 MagicValues->find(std::make_pair(ArgumentKind, MagicValue)); in GetMatchingCType()
10800 if (I == MagicValues->end()) in GetMatchingCType()