Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1445 return getFunctionTypeInternal(ResultTy, Args, EPI, false); in getFunctionType()
1452 QualType getFunctionTypeInternal(QualType ResultTy, ArrayRef<QualType> Args,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp4245 QualType ASTContext::getFunctionTypeInternal( in getFunctionTypeInternal() function in ASTContext
4355 getFunctionTypeInternal(CanResultTy, CanonicalArgs, CanonicalEPI, true); in getFunctionTypeInternal()