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 23 { "not a builtin function", nullptr, nullptr, nullptr, ALL_LANGUAGES},
24 #define BUILTIN(ID, TYPE, ATTRS) { #ID, TYPE, ATTRS, 0, ALL_LANGUAGES },
Targets.cpp     [all...]

Completed in 241 milliseconds