Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSema.cpp1154 if (const FunctionDecl *OverloadDecl in isExprCallable() local
1156 if (OverloadDecl->getMinRequiredArguments() == 0) in isExprCallable()
1157 ZeroArgCallReturnTy = OverloadDecl->getResultType(); in isExprCallable()
1247 const FunctionDecl *OverloadDecl = cast<FunctionDecl>(*It); in notePlausibleOverloads() local
1248 QualType OverloadResultTy = OverloadDecl->getResultType(); in notePlausibleOverloads()