Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp9746 Sema::TypeTagData> *MagicValues, in GetMatchingCType() argument
9773 if (!MagicValues) in GetMatchingCType()
9778 MagicValues->find(std::make_pair(ArgumentKind, MagicValue)); in GetMatchingCType()
9779 if (I == MagicValues->end()) in GetMatchingCType()