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

/external/clang/lib/Sema/
H A DSemaOverload.cpp7601 QualType FirstParamType = local
7607 if (!FirstParamType->isEnumeralType() ||
7613 std::make_pair(S.Context.getCanonicalType(FirstParamType),
H A DSemaDeclCXX.cpp11710 QualType FirstParamType = FnDecl->getParamDecl(0)->getType();
11711 if (FirstParamType->isDependentType())
11716 if (SemaRef.Context.getCanonicalType(FirstParamType).getUnqualifiedType() !=
12039 QualType FirstParamType = (*Param)->getType().getUnqualifiedType(); local
12043 const PointerType *PT = FirstParamType->getAs<PointerType>();
12048 << FirstParamType << "'const char *'" << (*Param)->getSourceRange();
12057 << FirstParamType << "'const char *'" << (*Param)->getSourceRange();
12070 << FirstParamType << "'const char *'" << (*Param)->getSourceRange();

Completed in 115 milliseconds