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

Declarations

tools/clang/include/clang/AST/DeclTemplate.h
 1093   static FunctionTemplateDecl *Create(ASTContext &C, DeclContext *DC,

References

tools/clang/lib/AST/ASTImporter.cpp
  217           -> decltype(ToDeclT::Create(std::forward<Args>(args)...)) {
  218         return ToDeclT::Create(std::forward<Args>(args)...);
tools/clang/lib/Sema/SemaDecl.cpp
 8681         FunctionTemplate = FunctionTemplateDecl::Create(Context, DC,
tools/clang/lib/Sema/SemaLambda.cpp
  408             FunctionTemplateDecl::Create(Context, Class,
 1386                   FunctionTemplateDecl::Create(S.Context, Class,
 1423     FunctionTemplateDecl *StaticInvokerTemplate = FunctionTemplateDecl::Create(
tools/clang/lib/Sema/SemaTemplate.cpp
 2022     auto *GuideTemplate = FunctionTemplateDecl::Create(
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 1890     FunctionTemplate = FunctionTemplateDecl::Create(SemaRef.Context, DC,
 2199     FunctionTemplate = FunctionTemplateDecl::Create(SemaRef.Context, Record,
tools/lldb/source/Symbol/ClangASTContext.cpp
 1496   FunctionTemplateDecl *func_tmpl_decl = FunctionTemplateDecl::Create(