|
clang 23.0.0git
|
#include "clang/Analysis/AnnexKDetection.h"#include "clang/Basic/LangOptions.h"#include "clang/Lex/Preprocessor.h"Go to the source code of this file.
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::analysis |
Functions | |
| bool | clang::analysis::isAnnexKAvailable (Preprocessor *PP, const LangOptions &LO) |
| Calculates whether Annex K is available for the current translation unit based on the macro definitions and the language options. | |