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

/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3497 QualType Sema::adjustCCAndNoReturn(QualType ArgFunctionType, argument
3499 if (ArgFunctionType.isNull())
3500 return ArgFunctionType;
3507 ArgFunctionType->getAs<FunctionProtoType>();
3510 return ArgFunctionType;
3529 /// \param ArgFunctionType the function type that will be used as the
3545 QualType ArgFunctionType,
3557 ArgFunctionType = adjustCCAndNoReturn(ArgFunctionType, FunctionType);
3590 if (!ArgFunctionType
3543 DeduceTemplateArguments(FunctionTemplateDecl *FunctionTemplate, TemplateArgumentListInfo *ExplicitTemplateArgs, QualType ArgFunctionType, FunctionDecl *&Specialization, TemplateDeductionInfo &Info, bool InOverloadResolution) argument
[all...]

Completed in 795 milliseconds