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

Declarations

tools/clang/include/clang/AST/DeclBase.h
  849   bool isTemplated() const;

References

tools/clang/lib/CodeGen/CodeGenModule.cpp
 5223   if (D->isTemplated())
tools/clang/tools/extra/clang-move/Move.cpp
  882       bool Templated = Decl->isTemplated();
tools/clang/tools/extra/clangd/refactor/tweaks/DefineInline.cpp
  296       if (MD->getParent()->isTemplated())
tools/clang/tools/extra/clangd/refactor/tweaks/ExtractFunction.cpp
  190       if (Func->isTemplated())