clang_isFileMultipleIncludeGuarded

\brief Determine whether the given header is guarded against multiple inclusions, either with the conventional \#ifndef/\#define/\#endif macro guards or with \#pragma once.

extern (C)
uint
clang_isFileMultipleIncludeGuarded
(
CXTranslationUnit tu
,
)

Meta