clang API Documentation
#include "clang/Basic/LLVM.h"#include "llvm/ADT/StringMap.h"#include "llvm/ADT/StringRef.h"#include <cassert>

Go to the source code of this file.
Classes | |
| class | clang::PragmaHandler |
| class | clang::EmptyPragmaHandler |
| class | clang::PragmaNamespace |
Namespaces | |
| namespace | clang |
Enumerations | |
| enum | clang::PragmaIntroducerKind { clang::PIK_HashPragma, clang::PIK__Pragma, clang::PIK___pragma } |
| Describes how the pragma was introduced, e.g., with #pragma, _Pragma, or __pragma. More... | |