Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp15373 bool &FoundWrongKind, Sema::TypeTagData &TypeInfo, in GetMatchingCType() argument
15375 FoundWrongKind = false; in GetMatchingCType()
15388 FoundWrongKind = true; in GetMatchingCType()
15457 bool FoundWrongKind; in CheckArgumentWithTypeTag() local
15460 TypeTagForDatatypeMagicValues.get(), FoundWrongKind, in CheckArgumentWithTypeTag()
15462 if (FoundWrongKind) in CheckArgumentWithTypeTag()