Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4833 SmallVector<QualType, 16> CanonicalArgs; in getFunctionTypeInternal() local
4834 CanonicalArgs.reserve(NumArgs); in getFunctionTypeInternal()
4836 CanonicalArgs.push_back(getCanonicalParamType(ArgArray[i])); in getFunctionTypeInternal()
4889 getFunctionTypeInternal(CanResultTy, CanonicalArgs, CanonicalEPI, true); in getFunctionTypeInternal()