Searched refs:getFromDecl (Results 1 – 6 of 6) sorted by relevance
1940 static ExplicitSpecifier getFromDecl(FunctionDecl *Function);1941 static const ExplicitSpecifier getFromDecl(const FunctionDecl *Function) { in getFromDecl() function1942 return getFromDecl(const_cast<FunctionDecl *>(Function)); in getFromDecl()
682 ExplicitSpecifier ExplicitSpec = ExplicitSpecifier::getFromDecl(D); in VisitFunctionDecl()
2182 ExplicitSpecifier ExplicitSpecifier::getFromDecl(FunctionDecl *Function) { in getFromDecl() function in ExplicitSpecifier
8045 ExplicitSpecifier ES = ExplicitSpecifier::getFromDecl(&Node); in AST_MATCHER_P()
6866 if (!AllowExplicit && ExplicitSpecifier::getFromDecl(Function).isExplicit()) { in AddOverloadCandidate()7640 return ExplicitSpecifier::getFromDecl(FTD->getTemplatedDecl()).isExplicit(); in isNonDependentlyExplicit()11832 ExplicitSpecifier ES = ExplicitSpecifier::getFromDecl(Cand->Function); in DiagnoseFailedExplicitSpec()
2511 auto InstantiatedExplicitSpecifier = ExplicitSpecifier::getFromDecl(D); in VisitCXXMethodDecl()