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

/external/clang/lib/Sema/
H A DSemaOverload.cpp6068 bool AllowUserConversions,
6213 /// AllowUserConversions is true if we should look at the conversion
6220 bool AllowUserConversions,
6267 } else if (AllowUserConversions && TyRec) {
6218 AddTypesConvertedFrom(QualType Ty, SourceLocation Loc, bool AllowUserConversions, bool AllowExplicitConversions, const Qualifiers &VisibleQuals) argument

Completed in 59 milliseconds