RetroArch
Public Member Functions | Public Attributes | List of all members
glslang::TSourceLoc Struct Reference

#include <Common.h>

Public Member Functions

void init ()
 
void init (int stringNum)
 
std::string getStringNameOrNum (bool quoteStringName=true) const
 

Public Attributes

const char * name
 
int string
 
int line
 
int column
 

Member Function Documentation

◆ getStringNameOrNum()

std::string glslang::TSourceLoc::getStringNameOrNum ( bool  quoteStringName = true) const
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ init() [1/2]

void glslang::TSourceLoc::init ( )
inline
Here is the caller graph for this function:

◆ init() [2/2]

void glslang::TSourceLoc::init ( int  stringNum)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ column

int glslang::TSourceLoc::column

◆ line

int glslang::TSourceLoc::line

◆ name

const char* glslang::TSourceLoc::name

◆ string

int glslang::TSourceLoc::string

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