ΒΆCXString clang_getTokenSpelling(CXTranslationUnit,
                                CXToken)

Description

Determine the spelling of the given token. The spelling of a token is the textual representation of that token, e.g., the text of an identifier or keyword.

Declared at: clang/include/clang-c/Index.h:5088

Parameters

CXTranslationUnit
CXToken