Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenTypes.cpp374 const FunctionNoProtoType *FNPT = cast<FunctionNoProtoType>(FT); in ConvertFunctionTypeInternal() local
376 CanQual<FunctionNoProtoType>::CreateUnsafe(QualType(FNPT, 0))); in ConvertFunctionTypeInternal()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp3136 if (const auto *FNPT = dyn_cast<FunctionNoProtoType>(T)) { in adjustFunctionType() local
3137 Result = getFunctionNoProtoType(FNPT->getReturnType(), Info); in adjustFunctionType()