clang
3.7.0
|
Defines enum values for all the target-independent builtin functions. More...
Go to the source code of this file.
Classes | |
struct | clang::Builtin::Info |
class | clang::Builtin::Context |
Holds information about both target-independent and target-specific builtins, allowing easy queries by clients. More... | |
Namespaces | |
clang | |
clang::Builtin | |
Macros | |
#define | BUILTIN(ID, TYPE, ATTRS) BI##ID, |
Enumerations | |
enum | clang::LanguageID { clang::GNU_LANG = 0x1, clang::C_LANG = 0x2, clang::CXX_LANG = 0x4, clang::OBJC_LANG = 0x8, clang::MS_LANG = 0x10, clang::ALL_LANGUAGES = C_LANG | CXX_LANG | OBJC_LANG, clang::ALL_GNU_LANGUAGES = ALL_LANGUAGES | GNU_LANG, clang::ALL_MS_LANGUAGES = ALL_LANGUAGES | MS_LANG } |
enum | clang::Builtin::ID { clang::Builtin::NotBuiltin = 0, clang::Builtin::FirstTSBuiltin } |
Defines enum values for all the target-independent builtin functions.
Definition in file Builtins.h.
Definition at line 47 of file Builtins.h.