Searched defs:ALL_LANGUAGES (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Basic/
H A DBuiltins.h40 ALL_LANGUAGES = C_LANG | CXX_LANG | OBJC_LANG, // builtin for all languages. enumerator in enum:clang::LanguageID
41 ALL_GNU_LANGUAGES = ALL_LANGUAGES | GNU_LANG, // builtin requires GNU mode.
42 ALL_MS_LANGUAGES = ALL_LANGUAGES | MS_LANG // builtin requires MS mode.

Completed in 64 milliseconds