Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp3521 QualType Sema::adjustCCAndNoReturn(QualType ArgFunctionType, in adjustCCAndNoReturn() argument
3523 if (ArgFunctionType.isNull()) in adjustCCAndNoReturn()
3524 return ArgFunctionType; in adjustCCAndNoReturn()
3531 ArgFunctionType->getAs<FunctionProtoType>(); in adjustCCAndNoReturn()
3534 return ArgFunctionType; in adjustCCAndNoReturn()
3569 QualType ArgFunctionType, in DeduceTemplateArguments() argument
3581 ArgFunctionType = adjustCCAndNoReturn(ArgFunctionType, FunctionType); in DeduceTemplateArguments()
3614 if (!ArgFunctionType.isNull()) { in DeduceTemplateArguments()
3620 FunctionType, ArgFunctionType, in DeduceTemplateArguments()
3641 if (!ArgFunctionType.isNull()) { in DeduceTemplateArguments()
[all …]
/external/clang/include/clang/Sema/
DSema.h6274 QualType adjustCCAndNoReturn(QualType ArgFunctionType, QualType FunctionType);
6377 QualType ArgFunctionType,