reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/DeclCXX.h
 1828   static ExplicitSpecifier getFromDecl(FunctionDecl *Function);

References

tools/clang/include/clang/AST/DeclCXX.h
 1830     return getFromDecl(const_cast<FunctionDecl *>(Function));
tools/clang/lib/AST/DeclPrinter.cpp
  616     ExplicitSpecifier ExplicitSpec = ExplicitSpecifier::getFromDecl(D);
tools/clang/lib/Sema/SemaOverload.cpp
 6276     ExplicitSpecifier ES = ExplicitSpecifier::getFromDecl(Function);
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 2114                                    ExplicitSpecifier::getFromDecl(D), D);