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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp358 const FunctionNoProtoType *FNPT = cast<FunctionNoProtoType>(FT); local
360 CanQual<FunctionNoProtoType>::CreateUnsafe(QualType(FNPT, 0)));
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2937 if (const auto *FNPT = dyn_cast<FunctionNoProtoType>(T)) {
2938 Result = getFunctionNoProtoType(FNPT->getReturnType(), Info);

Completed in 129 milliseconds