Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSema.cpp1293 if (const FunctionDecl *OverloadDecl in tryExprAsCall() local
1295 if (OverloadDecl->getMinRequiredArguments() == 0) { in tryExprAsCall()
1300 ZeroArgCallReturnTy = OverloadDecl->getReturnType(); in tryExprAsCall()
1397 const FunctionDecl *OverloadDecl = cast<FunctionDecl>(*It); in notePlausibleOverloads() local
1398 QualType OverloadResultTy = OverloadDecl->getReturnType(); in notePlausibleOverloads()