Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp3513 QualType Sema::adjustCCAndNoReturn(QualType ArgFunctionType, in adjustCCAndNoReturn() argument
3515 if (ArgFunctionType.isNull()) in adjustCCAndNoReturn()
3516 return ArgFunctionType; in adjustCCAndNoReturn()
3523 ArgFunctionType->getAs<FunctionProtoType>(); in adjustCCAndNoReturn()
3526 return ArgFunctionType; in adjustCCAndNoReturn()
3561 QualType ArgFunctionType, in DeduceTemplateArguments() argument
3573 ArgFunctionType = adjustCCAndNoReturn(ArgFunctionType, FunctionType); in DeduceTemplateArguments()
3606 if (!ArgFunctionType.isNull()) { in DeduceTemplateArguments()
3612 FunctionType, ArgFunctionType, in DeduceTemplateArguments()
3633 if (!ArgFunctionType.isNull()) { in DeduceTemplateArguments()
[all …]
/external/clang/include/clang/Sema/
DSema.h6399 QualType adjustCCAndNoReturn(QualType ArgFunctionType, QualType FunctionType);
6505 QualType ArgFunctionType,