clang API Documentation

Classes | Namespaces | Enumerations
Pragma.h File Reference
#include "clang/Basic/LLVM.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
#include <cassert>
Include dependency graph for Pragma.h:
This graph shows which files directly or indirectly include this file:

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...