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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3504 QualType Sema::adjustCCAndNoReturn(QualType ArgFunctionType, argument
3506 if (ArgFunctionType.isNull())
3507 return ArgFunctionType;
3514 ArgFunctionType->getAs<FunctionProtoType>();
3517 return ArgFunctionType;
3536 /// \param ArgFunctionType the function type that will be used as the
3552 QualType ArgFunctionType,
3564 ArgFunctionType = adjustCCAndNoReturn(ArgFunctionType, FunctionType);
3597 if (!ArgFunctionType
3550 DeduceTemplateArguments(FunctionTemplateDecl *FunctionTemplate, TemplateArgumentListInfo *ExplicitTemplateArgs, QualType ArgFunctionType, FunctionDecl *&Specialization, TemplateDeductionInfo &Info, bool InOverloadResolution) argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h5794 QualType adjustCCAndNoReturn(QualType ArgFunctionType, QualType FunctionType);
5895 QualType ArgFunctionType,

Completed in 75 milliseconds