clang
3.9.0
|
A helper class for building up ExtParameterInfos. More...
#include <Sema.h>
Public Member Functions | |
void | set (unsigned index, FunctionProtoType::ExtParameterInfo info) |
Set the ExtParameterInfo for the parameter at the given index,. More... | |
const FunctionProtoType::ExtParameterInfo * | getPointerOrNull (unsigned numParams) |
Return a pointer (suitable for setting in an ExtProtoInfo) to the ExtParameterInfo array we've built up. More... | |
|
inline |
Return a pointer (suitable for setting in an ExtProtoInfo) to the ExtParameterInfo array we've built up.
Definition at line 7123 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 7111 of file Sema.h.
Referenced by clang::TreeTransform< Derived >::TransformFunctionTypeParams().