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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp857 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) {
920 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) {
1386 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) {
1765 if (SrcType == Self.Context.OverloadTy) {
2154 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) {
2245 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) {
H A DSemaOverload.cpp1493 if (FromType == S.Context.OverloadTy) {
1551 S.Context.getCanonicalType(FromType) != S.Context.OverloadTy) {
4283 if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) {
4712 if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) {
8936 assert(OverloadedExpr->getType() == Context.OverloadTy);
9005 if (FromTy == S.Context.OverloadTy) {
10584 assert(AddressOfExpr->getType() == Context.OverloadTy);
10719 assert(SrcExpr.get()->getType() == Context.OverloadTy);
11968 MemExprE->getType() == Context.OverloadTy);
H A DSemaExpr.cpp637 (E->getType() == Context.OverloadTy ||
4972 QualType OverloadTy = Context.getFunctionType(FT->getReturnType(), local
4979 OverloadTy,
4984 FT = cast<FunctionProtoType>(OverloadTy);
5071 if (Fn->getType() == Context.OverloadTy) {
5181 /// i.e. an expression not of \p OverloadTy. The expression should
7479 } else if (RHS.get()->getType() == Context.OverloadTy) {
10019 return Context.OverloadTy;
10156 return Context.OverloadTy;
12221 if (SecondType == Context.OverloadTy)
[all...]
H A DSemaInit.cpp3553 S.Context.OverloadTy) {
4160 if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy)
4276 else if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy)
5094 } else if (Initializer->getType() == Context.OverloadTy &&
H A DSemaTemplateDeduction.cpp1093 assert(Arg != S.Context.OverloadTy && "Unresolved overloaded function");
3130 if (ArgType == S.Context.OverloadTy) {
H A DSemaTemplate.cpp4246 } else if (Context.hasSameUnqualifiedType(Arg, Context.OverloadTy)) {
5205 if (Arg->getType() == Context.OverloadTy) {
5257 if (Arg->getType() == Context.OverloadTy) {
H A DSemaLookup.cpp2664 if (Arg->getType() != Context.OverloadTy) {
H A DSemaDeclAttr.cpp2647 if (ULE->getType() == S.Context.OverloadTy)
H A DSemaExprCXX.cpp3101 if (Context.hasSameType(FromType, Context.OverloadTy)) {
H A DSemaType.cpp1892 assert(Context.getCanonicalType(T) != Context.OverloadTy &&
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExprClassification.cpp45 if (TR->isFunctionType() || TR == Ctx.OverloadTy)
H A DExprCXX.cpp333 : Expr(K, C.OverloadTy, VK_LValue, OK_Ordinary, KnownDependent,
H A DASTContext.cpp1061 InitBuiltinType(OverloadTy, BuiltinType::Overload);
2474 assert(getCanonicalType(T) != OverloadTy &&
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h896 CanQualType DependentTy, OverloadTy, BoundMemberTy, UnknownAnyTy; member in class:clang::ASTContext::DynTypedNodeList
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6017 T = Context.OverloadTy;

Completed in 339 milliseconds