Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp3455 QualType Sema::adjustCCAndNoReturn(QualType ArgFunctionType, in adjustCCAndNoReturn() argument
3457 if (ArgFunctionType.isNull()) in adjustCCAndNoReturn()
3458 return ArgFunctionType; in adjustCCAndNoReturn()
3465 ArgFunctionType->getAs<FunctionProtoType>(); in adjustCCAndNoReturn()
3468 return ArgFunctionType; in adjustCCAndNoReturn()
3503 QualType ArgFunctionType, in DeduceTemplateArguments() argument
3515 ArgFunctionType = adjustCCAndNoReturn(ArgFunctionType, FunctionType); in DeduceTemplateArguments()
3548 if (!ArgFunctionType.isNull()) { in DeduceTemplateArguments()
3554 FunctionType, ArgFunctionType, in DeduceTemplateArguments()
3575 if (!ArgFunctionType.isNull()) { in DeduceTemplateArguments()
[all …]
/external/clang/include/clang/Sema/
DSema.h6010 QualType adjustCCAndNoReturn(QualType ArgFunctionType, QualType FunctionType);
6113 QualType ArgFunctionType,