Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h1864 static ExplicitSpecifier getFromDecl(FunctionDecl *Function);
1865 static const ExplicitSpecifier getFromDecl(const FunctionDecl *Function) { in getFromDecl() function
1866 return getFromDecl(const_cast<FunctionDecl *>(Function)); in getFromDecl()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclPrinter.cpp626 ExplicitSpecifier ExplicitSpec = ExplicitSpecifier::getFromDecl(D); in VisitFunctionDecl()
H A DDeclCXX.cpp2071 ExplicitSpecifier ExplicitSpecifier::getFromDecl(FunctionDecl *Function) { in getFromDecl() function in ExplicitSpecifier
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7742 ExplicitSpecifier ES = ExplicitSpecifier::getFromDecl(&Node); in AST_MATCHER_P()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp6397 if (!AllowExplicit && ExplicitSpecifier::getFromDecl(Function).isExplicit()) { in AddOverloadCandidate()
7149 return ExplicitSpecifier::getFromDecl(FTD->getTemplatedDecl()).isExplicit(); in isNonDependentlyExplicit()
11235 ExplicitSpecifier ES = ExplicitSpecifier::getFromDecl(Cand->Function); in DiagnoseFailedExplicitSpec()
H A DSemaTemplateInstantiateDecl.cpp2379 ExplicitSpecifier::getFromDecl(D), D); in VisitCXXMethodDecl()