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

Declarations

tools/clang/include/clang/Sema/Sema.h
 2272   void SetDeclDefaulted(Decl *dcl, SourceLocation DefaultLoc);

References

tools/clang/lib/Parse/ParseCXXInlineMethods.cpp
   81       Actions.SetDeclDefaulted(FnD, KWLoc);
tools/clang/lib/Parse/Parser.cpp
 1278       Actions.SetDeclDefaulted(Res, KWLoc);
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 2053     SemaRef.SetDeclDefaulted(Function, D->getLocation());
 2333     SemaRef.SetDeclDefaulted(Method, Method->getLocation());
 4338     SetDeclDefaulted(Function, PatternDecl->getLocation());