clang 19.0.0git
Public Member Functions | List of all members
clang::ento::DataTag::Factory Class Reference

#include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"

Public Member Functions

template<class DataTagType , class... Args>
const DataTagType * make (Args &&... ConstructorArgs)
 

Detailed Description

Definition at line 759 of file BugReporter.h.

Member Function Documentation

◆ make()

template<class DataTagType , class... Args>
const DataTagType * clang::ento::DataTag::Factory::make ( Args &&...  ConstructorArgs)
inline

Definition at line 764 of file BugReporter.h.

Referenced by clang::ento::CheckerContext::getNoteTag().


The documentation for this class was generated from the following file: