Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1955 static ExplicitSpecifier getFromDecl(FunctionDecl *Function);
1956 static const ExplicitSpecifier getFromDecl(const FunctionDecl *Function) { in getFromDecl() function
1957 return getFromDecl(const_cast<FunctionDecl *>(Function)); in getFromDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp711 ExplicitSpecifier ExplicitSpec = ExplicitSpecifier::getFromDecl(D); in VisitFunctionDecl()
H A DDeclCXX.cpp2344 ExplicitSpecifier ExplicitSpecifier::getFromDecl(FunctionDecl *Function) { in getFromDecl() function in ExplicitSpecifier
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8116 ExplicitSpecifier ES = ExplicitSpecifier::getFromDecl(&Node); in AST_MATCHER_P()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp7114 if (!AllowExplicit && ExplicitSpecifier::getFromDecl(Function).isExplicit()) { in AddOverloadCandidate()
7969 return ExplicitSpecifier::getFromDecl(FTD->getTemplatedDecl()).isExplicit(); in isNonDependentlyExplicit()
7973 return ExplicitSpecifier::getFromDecl(FTD->getTemplatedDecl()).getKind() == in hasDependentExplicit()
12546 ExplicitSpecifier ES = ExplicitSpecifier::getFromDecl(Fn); in DiagnoseFailedExplicitSpec()
H A DSemaTemplateInstantiateDecl.cpp3057 auto InstantiatedExplicitSpecifier = ExplicitSpecifier::getFromDecl(D); in VisitCXXMethodDecl()