Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp333 const FunctionNoProtoType *FNPT = cast<FunctionNoProtoType>(FT); in ConvertFunctionTypeInternal() local
335 CanQual<FunctionNoProtoType>::CreateUnsafe(QualType(FNPT, 0))); in ConvertFunctionTypeInternal()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3774 if (const auto *FNPT = dyn_cast<FunctionNoProtoType>(T)) { in adjustFunctionType() local
3775 Result = getFunctionNoProtoType(FNPT->getReturnType(), Info); in adjustFunctionType()
3789 if (const auto *FNPT = Orig->getAs<FunctionNoProtoType>()) in adjustFunctionResultType() local
3790 return getFunctionNoProtoType(ResultType, FNPT->getExtInfo()); in adjustFunctionResultType()