General encodings and support utilities for the language defined pragmas. More...
#include "llvm/ADT/StringRef.h"
Go to the source code of this file.
Namespaces | |
namespace | comma |
namespace | comma::pragma |
Enumerations | |
enum | comma::pragma::PragmaID { comma::pragma::UNKNOWN_PRAGMA, comma::pragma::Assert, comma::pragma::Import, comma::pragma::FIRST_PRAGMA = Assert, comma::pragma::LAST_PRAGMA = Import } |
Functions | |
PragmaID | comma::pragma::getPragmaID (const char *start, const char *end) |
PragmaID | comma::pragma::getPragmaID (llvm::StringRef &name) |
const char * | comma::pragma::getPragmaString (PragmaID ID) |
General encodings and support utilities for the language defined pragmas.
Definition in file Pragmas.h.