Searched defs:FoundWrongKind (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaChecking.cpp10757 /// \param FoundWrongKind Set to true if a type tag was found, but of a wrong
10768 bool &FoundWrongKind,
10770 FoundWrongKind = false;
10783 FoundWrongKind = true;
10847 bool FoundWrongKind; local
10851 FoundWrongKind, TypeInfo)) {
10852 if (FoundWrongKind)
10763 GetMatchingCType( const IdentifierInfo *ArgumentKind, const Expr *TypeExpr, const ASTContext &Ctx, const llvm::DenseMap<Sema::TypeTagMagicValue, Sema::TypeTagData> *MagicValues, bool &FoundWrongKind, Sema::TypeTagData &TypeInfo) argument

Completed in 204 milliseconds