Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1614 return getFunctionTypeInternal(ResultTy, Args, EPI, false); in getFunctionType()
1621 QualType getFunctionTypeInternal(QualType ResultTy, ArrayRef<QualType> Args,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4779 QualType ASTContext::getFunctionTypeInternal( in getFunctionTypeInternal() function in ASTContext
4889 getFunctionTypeInternal(CanResultTy, CanonicalArgs, CanonicalEPI, true); in getFunctionTypeInternal()