Searched refs:OverloadTy (Results 1 - 15 of 15) sorted by relevance

/external/clang/lib/Sema/
H A DSemaCast.cpp856 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) {
919 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) {
1373 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) {
1752 if (SrcType == Self.Context.OverloadTy) {
2139 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) {
H A DSemaOverload.cpp1425 if (FromType == S.Context.OverloadTy) {
1483 S.Context.getCanonicalType(FromType) != S.Context.OverloadTy) {
4187 if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) {
4615 if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) {
8641 assert(OverloadedExpr->getType() == Context.OverloadTy);
8709 if (FromTy == S.Context.OverloadTy) {
10191 assert(AddressOfExpr->getType() == Context.OverloadTy);
10325 assert(SrcExpr.get()->getType() == Context.OverloadTy);
11539 MemExprE->getType() == Context.OverloadTy);
H A DSemaInit.cpp3371 S.Context.OverloadTy) {
3971 if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy)
4087 else if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy)
4892 } else if (Initializer->getType() == Context.OverloadTy &&
H A DSemaExpr.cpp614 (E->getType() == Context.OverloadTy ||
4662 QualType OverloadTy = Context.getFunctionType(FT->getReturnType(), local
4669 OverloadTy,
4674 FT = cast<FunctionProtoType>(OverloadTy);
4761 if (Fn->getType() == Context.OverloadTy) {
4864 /// i.e. an expression not of \p OverloadTy. The expression should
9570 return Context.OverloadTy;
9700 return Context.OverloadTy;
11711 if (SecondType == Context.OverloadTy)
H A DSemaTemplateDeduction.cpp1093 assert(Arg != S.Context.OverloadTy && "Unresolved overloaded function");
3116 if (ArgType == S.Context.OverloadTy) {
H A DSemaTemplate.cpp4164 } else if (Context.hasSameUnqualifiedType(Arg, Context.OverloadTy)) {
5121 if (Arg->getType() == Context.OverloadTy) {
5173 if (Arg->getType() == Context.OverloadTy) {
H A DSemaLookup.cpp2337 if (Arg->getType() != Context.OverloadTy) {
H A DSemaType.cpp1446 assert(Context.getCanonicalType(T) != Context.OverloadTy &&
H A DSemaDeclAttr.cpp2443 if (ULE->getType() == S.Context.OverloadTy)
H A DSemaExprCXX.cpp2833 if (Context.hasSameType(FromType, Context.OverloadTy)) {
/external/clang/lib/AST/
H A DExprClassification.cpp45 if (TR->isFunctionType() || TR == Ctx.OverloadTy)
H A DExprCXX.cpp330 : Expr(K, C.OverloadTy, VK_LValue, OK_Ordinary, KnownDependent,
H A DASTContext.cpp1004 InitBuiltinType(OverloadTy, BuiltinType::Overload);
2345 assert(getCanonicalType(T) != OverloadTy &&
/external/clang/include/clang/AST/
H A DASTContext.h804 CanQualType DependentTy, OverloadTy, BoundMemberTy, UnknownAnyTy; member in class:clang::ASTContext
/external/clang/lib/Serialization/
H A DASTReader.cpp6001 case PREDEF_TYPE_OVERLOAD_ID: T = Context.OverloadTy; break;

Completed in 426 milliseconds