Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaChecking.cpp16091 bool &FoundWrongKind, Sema::TypeTagData &TypeInfo, in GetMatchingCType() argument
16093 FoundWrongKind = false; in GetMatchingCType()
16106 FoundWrongKind = true; in GetMatchingCType()
16175 bool FoundWrongKind; in CheckArgumentWithTypeTag() local
16178 TypeTagForDatatypeMagicValues.get(), FoundWrongKind, in CheckArgumentWithTypeTag()
16180 if (FoundWrongKind) in CheckArgumentWithTypeTag()