Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp3070 SmallVector<QualType, 16> CanonicalArgs; in getFunctionType() local
3071 CanonicalArgs.reserve(NumArgs); in getFunctionType()
3073 CanonicalArgs.push_back(getCanonicalParamType(ArgArray[i])); in getFunctionType()
3081 Canonical = getFunctionType(CanResultTy, CanonicalArgs, CanonicalEPI); in getFunctionType()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp4229 SmallVector<QualType, 16> CanonicalArgs; in getFunctionTypeInternal() local
4230 CanonicalArgs.reserve(NumArgs); in getFunctionTypeInternal()
4232 CanonicalArgs.push_back(getCanonicalParamType(ArgArray[i])); in getFunctionTypeInternal()
4285 getFunctionTypeInternal(CanResultTy, CanonicalArgs, CanonicalEPI, true); in getFunctionTypeInternal()