Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp13599 Sema::TypeTagData> *MagicValues, in GetMatchingCType() argument
13626 if (!MagicValues) in GetMatchingCType()
13631 MagicValues->find(std::make_pair(ArgumentKind, MagicValue)); in GetMatchingCType()
13632 if (I == MagicValues->end()) in GetMatchingCType()