Home
last modified time | relevance | path

Searched refs:MagicValues (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp15480 *MagicValues, in GetMatchingCType() argument
15507 if (!MagicValues) in GetMatchingCType()
15512 MagicValues->find(std::make_pair(ArgumentKind, MagicValue)); in GetMatchingCType()
15513 if (I == MagicValues->end()) in GetMatchingCType()