HomeSort by relevance Sort by last modified time
    Searched refs:ALL_LANGUAGES (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Basic/
Builtins.h 39 ALL_LANGUAGES = C_LANG | CXX_LANG | OBJC_LANG, // builtin for all languages.
40 ALL_GNU_LANGUAGES = ALL_LANGUAGES | GNU_LANG, // builtin requires GNU mode.
41 ALL_MS_LANGUAGES = ALL_LANGUAGES | MS_LANG // builtin requires MS mode.
  /external/clang/lib/Basic/
Builtins.cpp 22 { "not a builtin function", nullptr, nullptr, nullptr, ALL_LANGUAGES,nullptr},
24 { #ID, TYPE, ATTRS, nullptr, ALL_LANGUAGES, nullptr },
Targets.cpp     [all...]

Completed in 91 milliseconds