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

/external/clang/lib/Sema/
H A DSemaOverload.cpp8880 QualType TargetFunctionType; // Extracted function type from target type member in class:AddressOfFunctionResolver
8907 if (!TargetFunctionType->isFunctionType()) {
8950 return TargetFunctionType->isFunctionType();
8959 TargetFunctionType = S.ExtractUnqualifiedFunctionType(TargetType);
8986 TargetFunctionType, Specialization,
8996 assert(TargetFunctionType
9020 if (Context.hasSameUnqualifiedType(TargetFunctionType,
9022 S.IsNoReturnConversion(FunDecl->getType(), TargetFunctionType,
9092 Complain, TargetFunctionType);
9119 << OvlExpr->getName() << TargetFunctionType
[all...]

Completed in 83 milliseconds