Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp302 llvm::Type *CodeGenTypes::ConvertFunctionTypeInternal(QualType QFT) { in ConvertFunctionTypeInternal() argument
303 assert(QFT.isCanonical()); in ConvertFunctionTypeInternal()
304 const FunctionType *FT = cast<FunctionType>(QFT.getTypePtr()); in ConvertFunctionTypeInternal()