Searched refs:FirstParamType (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp9240 QualType FirstParamType = FnDecl->getParamDecl(0)->getType();
9241 if (FirstParamType->isDependentType())
9246 if (SemaRef.Context.getCanonicalType(FirstParamType).getUnqualifiedType() !=
H A DSemaOverload.cpp6798 QualType FirstParamType = local
6804 if (!FirstParamType->isEnumeralType() ||
6810 std::make_pair(S.Context.getCanonicalType(FirstParamType),

Completed in 79 milliseconds