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

/external/clang/lib/Sema/
H A DSemaOverload.cpp5036 /// \param AllowScopedEnumerations Specifies whether conversions to scoped
5044 bool AllowScopedEnumerations) {
5058 if (isIntegralOrEnumerationType(T, AllowScopedEnumerations))
5104 AllowScopedEnumerations)) {
5197 if (!isIntegralOrEnumerationType(From->getType(), AllowScopedEnumerations) &&
5042 ConvertToIntegralOrEnumerationType(SourceLocation Loc, Expr *From, ICEConvertDiagnoser &Diagnoser, bool AllowScopedEnumerations) argument

Completed in 95 milliseconds