Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h1829 static ExplicitSpecifier getFromDecl(FunctionDecl *Function);
1830 static const ExplicitSpecifier getFromDecl(const FunctionDecl *Function) { in getFromDecl() function
1831 return getFromDecl(const_cast<FunctionDecl *>(Function)); in getFromDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp624 ExplicitSpecifier ExplicitSpec = ExplicitSpecifier::getFromDecl(D); in VisitFunctionDecl()
H A DDeclCXX.cpp2063 ExplicitSpecifier ExplicitSpecifier::getFromDecl(FunctionDecl *Function) { in getFromDecl() function in ExplicitSpecifier
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7321 ExplicitSpecifier ES = ExplicitSpecifier::getFromDecl(&Node); in AST_MATCHER_P()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp6339 if (!AllowExplicit && ExplicitSpecifier::getFromDecl(Function).isExplicit()) { in AddOverloadCandidate()
7068 return ExplicitSpecifier::getFromDecl(FTD->getTemplatedDecl()).isExplicit(); in isNonDependentlyExplicit()
11057 ExplicitSpecifier ES = ExplicitSpecifier::getFromDecl(Cand->Function); in DiagnoseFailedExplicitSpec()
H A DSemaTemplateInstantiateDecl.cpp2251 ExplicitSpecifier::getFromDecl(D), D); in VisitCXXMethodDecl()