LLVM API Documentation
DITemplateTypeParameter - This is a wrapper for template type parameter. More...
#include <DebugInfo.h>
Public Member Functions | |
DITemplateTypeParameter (const MDNode *N=nullptr) | |
DIScopeRef | getContext () const |
StringRef | getName () const |
DITypeRef | getType () const |
StringRef | getFilename () const |
StringRef | getDirectory () const |
unsigned | getLineNumber () const |
unsigned | getColumnNumber () const |
bool | Verify () const |
Verify that the template type parameter descriptor is well formed. |
DITemplateTypeParameter - This is a wrapper for template type parameter.
Definition at line 616 of file DebugInfo.h.
llvm::DITemplateTypeParameter::DITemplateTypeParameter | ( | const MDNode * | N = nullptr | ) | [inline, explicit] |
Definition at line 618 of file DebugInfo.h.
References N.
unsigned llvm::DITemplateTypeParameter::getColumnNumber | ( | ) | const [inline] |
Definition at line 629 of file DebugInfo.h.
References llvm::DIDescriptor::getUnsignedField().
DIScopeRef llvm::DITemplateTypeParameter::getContext | ( | ) | const [inline] |
Definition at line 621 of file DebugInfo.h.
StringRef llvm::DITemplateTypeParameter::getDirectory | ( | ) | const [inline] |
Definition at line 625 of file DebugInfo.h.
StringRef llvm::DITemplateTypeParameter::getFilename | ( | ) | const [inline] |
unsigned llvm::DITemplateTypeParameter::getLineNumber | ( | ) | const [inline] |
Definition at line 628 of file DebugInfo.h.
References llvm::DIDescriptor::getUnsignedField().
StringRef llvm::DITemplateTypeParameter::getName | ( | ) | const [inline] |
Definition at line 622 of file DebugInfo.h.
References llvm::DIDescriptor::getStringField().
DITypeRef llvm::DITemplateTypeParameter::getType | ( | ) | const [inline] |
Definition at line 623 of file DebugInfo.h.
bool DITemplateTypeParameter::Verify | ( | ) | const |
Verify that the template type parameter descriptor is well formed.
Reimplemented from llvm::DIDescriptor.
Definition at line 651 of file DebugInfo.cpp.
Referenced by llvm::DIDescriptor::Verify().