Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunctionInfo.h121 llvm::ArrayRef<CanQualType> requiredArguments() const { in requiredArguments() function
H A DCIRGenCall.cpp50 for (const CanQualType &argType : fi.requiredArguments()) in getFunctionType()