data: polished location parsing in clang to capture exact type and variable name locations.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "data/parser/ParseVariable.h"
|
||||
|
||||
ParseVariable::ParseVariable(const DataType& type, const std::string& fullName, bool isStatic)
|
||||
ParseVariable::ParseVariable(const ParseTypeUsage& type, const std::string& fullName, bool isStatic)
|
||||
: type(type)
|
||||
, fullName(fullName)
|
||||
, isStatic(isStatic)
|
||||
|
||||
Reference in New Issue
Block a user