clang 20.0.0git
|
A helper class for building up ExtParameterInfos. More...
#include "clang/Sema/Sema.h"
Public Member Functions | |
void | set (unsigned index, FunctionProtoType::ExtParameterInfo info) |
Set the ExtParameterInfo for the parameter at the given index,. | |
const FunctionProtoType::ExtParameterInfo * | getPointerOrNull (unsigned numParams) |
Return a pointer (suitable for setting in an ExtProtoInfo) to the ExtParameterInfo array we've built up. | |
|
inline |
Return a pointer (suitable for setting in an ExtProtoInfo) to the ExtParameterInfo array we've built up.
Definition at line 12646 of file Sema.h.
Referenced by clang::Sema::SubstituteExplicitTemplateArguments(), and clang::TreeTransform< Derived >::TransformFunctionProtoType().
|
inline |
Set the ExtParameterInfo for the parameter at the given index,.
Definition at line 12634 of file Sema.h.
Referenced by clang::TreeTransform< Derived >::TransformFunctionTypeParams().