Files
Sourcetrail/src/lib/utility/utilityClang.h
T
malte_langkabel 78704b6407 data: complex typename parsing
Added DataType class that can be constructed with a clang::qualType.
DataType keeps an internal QualifierList and ModifierStack.
2014-07-09 11:00:35 +02:00

15 lines
163 B
C++

#ifndef UTILITY_CLANG_H
#define UTILITY_CLANG_H
#include <memory>
#include "clang/AST/Type.h"
class DataType;
namespace utility
{
}
#endif // UTILITY_CLANG_H