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

  /external/clang/lib/Basic/
Builtins.cpp 22 { "not a builtin function", 0, 0, 0, ALL_LANGUAGES },
23 #define BUILTIN(ID, TYPE, ATTRS) { #ID, TYPE, ATTRS, 0, ALL_LANGUAGES },
Targets.cpp 703 #define BUILTIN(ID, TYPE, ATTRS) { #ID, TYPE, ATTRS, 0, ALL_LANGUAGES },
705 ALL_LANGUAGES },
    [all...]
  /external/clang/include/clang/Basic/
Builtins.h 36 ALL_LANGUAGES = (C_LANG|CXX_LANG|OBJC_LANG) //builtin is for all languages.

Completed in 166 milliseconds