Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1382 return getFunctionTypeInternal(ResultTy, Args, EPI, false); in getFunctionType()
1389 QualType getFunctionTypeInternal(QualType ResultTy, ArrayRef<QualType> Args,
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp3649 QualType ASTContext::getFunctionTypeInternal( in getFunctionTypeInternal() function in ASTContext
3756 getFunctionTypeInternal(CanResultTy, CanonicalArgs, CanonicalEPI, true); in getFunctionTypeInternal()